Lines Matching defs:efx
26 return efx_nic_alloc_buffer(tx_queue->efx, &tx_queue->txd.buf,
36 netdev_get_tx_queue(tx_queue->efx->net_dev,
38 tx_queue->efx->tx_channel_offset);
48 netdev_WARN(tx_queue->efx->net_dev,
54 struct efx_nic *efx = tx_queue->efx;
62 nic_data = efx->nic_data;
66 if (!(efx->net_dev->features & NETIF_F_TSO))
139 efx_writed_page(tx_queue->efx, ®,
183 static void ef100_make_send_desc(struct efx_nic *efx,
194 if (likely(efx->net_dev->features & NETIF_F_HW_CSUM))
196 if (efx->net_dev->features & NETIF_F_HW_VLAN_CTAG_TX &&
201 static void ef100_make_tso_desc(struct efx_nic *efx,
206 u32 mangleid = (efx->net_dev->features & NETIF_F_TSO_MANGLEID) ||
210 u16 vlan_enable = efx->net_dev->features & NETIF_F_HW_VLAN_CTAG_TX ?
274 ef100_make_send_desc(tx_queue->efx, skb,
280 ef100_make_tso_desc(tx_queue->efx, skb,
340 struct efx_nic *efx = tx_queue->efx;
347 netif_stop_queue(efx->net_dev);
371 if (fill_level > efx->txq_stop_thresh) {
383 if (fill_level < efx->txq_stop_thresh)