Home
last modified time | relevance | path

Searched refs:FW_PTP_CMD_PORTID_V (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ptp.c137 FW_PTP_CMD_PORTID_V(port)); in cxgb4_ptprx_timestamping()
158 FW_PTP_CMD_PORTID_V(port)); in cxgb4_ptp_txtype()
182 FW_PTP_CMD_PORTID_V(pi->port_id)); in cxgb4_ptp_redirect_rx_packet()
214 FW_PTP_CMD_PORTID_V(0)); in cxgb4_ptp_adjfreq()
246 FW_PTP_CMD_PORTID_V(0)); in cxgb4_ptp_fineadjtime()
282 FW_PTP_CMD_PORTID_V(0)); in cxgb4_ptp_adjtime()
321 FW_PTP_CMD_PORTID_V(0)); in cxgb4_ptp_gettime()
360 FW_PTP_CMD_PORTID_V(0)); in cxgb4_ptp_settime()
384 FW_PTP_CMD_PORTID_V(0)); in cxgb4_init_ptp_timer()
Dt4fw_api.h3243 #define FW_PTP_CMD_PORTID_V(x) ((x) << FW_PTP_CMD_PORTID_S) macro