Home
last modified time | relevance | path

Searched refs:rx_off (Results 1 – 5 of 5) 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
623 rx_off = BNXT_RX_STATS_OFFSET(rx_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()
627 pfc->indications[i] = le64_to_cpu(*(stats + rx_off)); in bnxt_dcbnl_ieee_getpfc()
/linux/net/smc/
H A Dsmc.h276 u8 rx_off; /* receive offset: member
H A Dsmc_rx.c386 rcvbuf_base = conn->rx_off + conn->rmb_desc->cpu_addr; in smc_rx_recvmsg()
H A Dsmc_cdc.c300 base = (char *)conn->rmb_desc->cpu_addr + conn->rx_off; in smc_cdc_handle_urg_data_arrival()
H A Dsmc_core.c2061 conn->rx_off = sizeof(struct smcd_cdc_msg); in smc_conn_create()
2064 conn->rx_off = 0; in smc_conn_create()