Home
last modified time | relevance | path

Searched refs:tx_off (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c598 long rx_off, tx_off; in bnxt_dcbnl_ieee_getpfc() local
624 tx_off = BNXT_TX_STATS_OFFSET(tx_pfc_ena_frames_pri0); in bnxt_dcbnl_ieee_getpfc()
625 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++, rx_off++, tx_off++) { in bnxt_dcbnl_ieee_getpfc()
626 pfc->requests[i] = le64_to_cpu(*(stats + tx_off)); in bnxt_dcbnl_ieee_getpfc()
/linux/net/smc/
H A Dsmc.h242 u32 tx_off; /* base offset in peer rmb */ member
H A Daf_smc.c734 smc->conn.tx_off = bufsize * (smc->conn.peer_rmbe_idx - 1); in smcr_conn_save_peer_info()
747 smc->conn.tx_off = bufsize * smc->conn.peer_rmbe_idx; in smcd_conn_save_peer_info()