Searched refs:rx_fc (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/phonet/
H A Dpep.h43 u8 rx_fc; /* RX flow control */ member in struct:pep_sock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dfalcon_gmac.c28 bool loopback, tx_fc, rx_fc, bytemode; local
35 rx_fc = !!(link_state->fc & EFX_FC_RX);
44 FRF_AB_GM_RX_FC_EN, rx_fc);
H A Dfalcon_xmac.c150 bool rx_fc = !!(efx->link_state.fc & EFX_FC_RX); local
190 FRF_AB_XM_DIS_FCNTL, !rx_fc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dpep.c206 switch (pn->rx_fc) {
283 pn->rx_fc = pn->tx_fc = PN_LEGACY_FLOW_CONTROL;
296 pn->rx_fc = data[1] & 3;
364 if (!pn_flow_safe(pn->rx_fc)) {
520 newpn->rx_fc = newpn->tx_fc = PN_LEGACY_FLOW_CONTROL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_ethtool.c449 adapter->rx_fc = ecmd->rx_pause;
452 adapter->tx_fc, adapter->rx_fc);
H A Dbe.h290 u32 rx_fc; /* Rx flow control */ member in struct:be_adapter
H A Dbe_cmds.c1195 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc) argument
1217 req->rx_flow_control = cpu_to_le16((u16)rx_fc);
1227 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc) argument
1253 *rx_fc = le16_to_cpu(resp->rx_flow_control);
H A Dbe_cmds.h959 u32 tx_fc, u32 rx_fc);
961 u32 *tx_fc, u32 *rx_fc);
H A Dbe_main.c2038 adapter->tx_fc, adapter->rx_fc);
2422 adapter->rx_fc = true;
2786 be_cmd_get_flow_control(adapter, &adapter->tx_fc, &adapter->rx_fc);

Completed in 97 milliseconds