Home
last modified time | relevance | path

Searched refs:fc_tx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h152 u8 fc_tx; member
569 u8 fc_tx; member
H A Dnicvf_ethtool.c806 pause->tx_pause = nic->pfc.fc_tx; in nicvf_get_pauseparam()
828 mbx.pfc.fc_tx = pause->tx_pause; in nicvf_set_pauseparam()
833 nic->pfc.fc_tx = pause->tx_pause; in nicvf_set_pauseparam()
H A Dnic_main.c877 mbx.pfc.fc_tx = pfc.fc_tx; in nic_pause_frame()
H A Dthunder_bgx.c477 pfc->fc_tx = cfg & TX_EN; in bgx_lmac_get_pfc()
498 cfg |= (pfc->fc_tx ? TX_EN : 0x00); in bgx_lmac_set_pfc()
H A Dnicvf_main.c290 nic->pfc.fc_tx = mbx.pfc.fc_tx; in nicvf_handle_mbx_intr()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c194 bna_stats_copy(fc_tx, fc_tx); in bna_bfi_stats_get_rsp()