Home
last modified time | relevance | path

Searched refs:sb_dev (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dselq.h51 struct net_device *sb_dev);
H A Dselq.c194 struct net_device *sb_dev) in mlx5e_select_queue() argument
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_netdev.c97 struct net_device *sb_dev) in opa_vnic_select_queue() argument
107 rc = adapter->rn_ops->ndo_select_queue(netdev, skb, sb_dev); in opa_vnic_select_queue()
/linux/include/trace/events/
H A Dwriteback.h390 __field(dev_t, sb_dev)
401 __entry->sb_dev = work->sb ? work->sb->s_dev : 0;
412 MAJOR(__entry->sb_dev), MINOR(__entry->sb_dev),
/linux/net/core/
H A Ddev.c2850 dev = netdev_get_tx_queue(dev, index)->sb_dev ? : dev; in __netif_set_xps_queue()
3054 if (txq->sb_dev) in netdev_unbind_all_sb_channels()
3055 netdev_unbind_sb_channel(dev, txq->sb_dev); in netdev_unbind_all_sb_channels()
3103 struct net_device *sb_dev) in netdev_unbind_sb_channel() argument
3108 netif_reset_xps_queues_gt(sb_dev, 0); in netdev_unbind_sb_channel()
3110 memset(sb_dev->tc_to_txq, 0, sizeof(sb_dev->tc_to_txq)); in netdev_unbind_sb_channel()
3111 memset(sb_dev->prio_tc_map, 0, sizeof(sb_dev->prio_tc_map)); in netdev_unbind_sb_channel()
3114 if (txq->sb_dev == sb_dev) in netdev_unbind_sb_channel()
3115 txq->sb_dev = NULL; in netdev_unbind_sb_channel()
3121 struct net_device *sb_dev, in netdev_bind_sb_channel_queue() argument
[all …]
/linux/drivers/net/
H A Dnet_failover.c119 struct net_device *sb_dev) in net_failover_select_queue() argument
130 txq = ops->ndo_select_queue(primary_dev, skb, sb_dev); in net_failover_select_queue()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h464 struct net_device *sb_dev);
H A Di40e_txrx.c3739 struct net_device __always_unused *sb_dev) in i40e_lan_select_queue() argument
3753 return netdev_pick_tx(netdev, skb, sb_dev); in i40e_lan_select_queue()
/linux/drivers/s390/net/
H A Dqeth_core.h1095 u8 cast_type, struct net_device *sb_dev);
1097 struct net_device *sb_dev);
/linux/drivers/net/ethernet/sun/
H A Dldmvsw.c104 struct net_device *sb_dev) in vsw_select_queue() argument
H A Dsunvnet.c223 struct net_device *sb_dev) in vnet_select_queue() argument
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h531 struct net_device *sb_dev);
H A Dqede_fp.c1747 struct net_device *sb_dev) in qede_select_queue() argument
/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c280 struct net_device *sb_dev) in hfi1_vnic_select_queue() argument
/linux/drivers/net/xen-netback/
H A Dinterface.c179 struct net_device *sb_dev) in xenvif_select_queue() argument
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h503 struct net_device *sb_dev);
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c342 struct net_device *sb_dev) in rtw_select_queue() argument
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c737 struct net_device *sb_dev) in mlx4_en_select_queue() argument
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c1288 struct net_device *sb_dev) in mwifiex_netdev_select_wmm_queue() argument
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9239 struct net_device *sb_dev) in ixgbe_select_queue() argument
9245 if (sb_dev) { in ixgbe_select_queue()
9247 struct net_device *vdev = sb_dev; in ixgbe_select_queue()
9265 if (!sb_dev && (adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_select_queue()
9269 return netdev_pick_tx(dev, skb, sb_dev); in ixgbe_select_queue()
/linux/net/mac80211/
H A Diface.c905 struct net_device *sb_dev) in ieee80211_monitor_select_queue() argument
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1942 struct net_device *sb_dev) in hns_nic_select_queue() argument
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c2266 struct net_device *sb_dev) in bcm_sysport_select_queue() argument
/linux/drivers/net/team/
H A Dteam_core.c1700 struct net_device *sb_dev) in team_select_queue() argument
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c2275 struct net_device *sb_dev) in ravb_select_queue() argument

12