Home
last modified time | relevance | path

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

/linux-6.1.9/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()
215 FW_PTP_CMD_PORTID_V(0)); in cxgb4_ptp_adjfreq()
247 FW_PTP_CMD_PORTID_V(0)); in cxgb4_ptp_fineadjtime()
286 FW_PTP_CMD_PORTID_V(0)); in cxgb4_ptp_adjtime()
349 FW_PTP_CMD_PORTID_V(0)); in cxgb4_ptp_settime()
373 FW_PTP_CMD_PORTID_V(0)); in cxgb4_init_ptp_timer()
Dt4fw_api.h3382 #define FW_PTP_CMD_PORTID_V(x) ((x) << FW_PTP_CMD_PORTID_S) macro