Lines Matching defs:netdev

14 static void ice_dcbnl_devreset(struct net_device *netdev)  in ice_dcbnl_devreset()
32 static int ice_dcbnl_getets(struct net_device *netdev, struct ieee_ets *ets) in ice_dcbnl_getets()
62 static int ice_dcbnl_setets(struct net_device *netdev, struct ieee_ets *ets) in ice_dcbnl_setets()
147 static u8 ice_dcbnl_getdcbx(struct net_device *netdev) in ice_dcbnl_getdcbx()
159 static u8 ice_dcbnl_setdcbx(struct net_device *netdev, u8 mode) in ice_dcbnl_setdcbx()
205 static void ice_dcbnl_get_perm_hw_addr(struct net_device *netdev, u8 *perm_addr) in ice_dcbnl_get_perm_hw_addr()
238 static int ice_dcbnl_getpfc(struct net_device *netdev, struct ieee_pfc *pfc) in ice_dcbnl_getpfc()
264 static int ice_dcbnl_setpfc(struct net_device *netdev, struct ieee_pfc *pfc) in ice_dcbnl_setpfc()
306 ice_dcbnl_get_pfc_cfg(struct net_device *netdev, int prio, u8 *setting) in ice_dcbnl_get_pfc_cfg()
329 static void ice_dcbnl_set_pfc_cfg(struct net_device *netdev, int prio, u8 set) in ice_dcbnl_set_pfc_cfg()
362 static u8 ice_dcbnl_getpfcstate(struct net_device *netdev) in ice_dcbnl_getpfcstate()
378 static u8 ice_dcbnl_getstate(struct net_device *netdev) in ice_dcbnl_getstate()
394 static u8 ice_dcbnl_setstate(struct net_device *netdev, u8 state) in ice_dcbnl_setstate()
433 ice_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, in ice_dcbnl_get_pg_tc_cfg_tx()
463 ice_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ice_dcbnl_set_pg_tc_cfg_tx()
502 ice_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) in ice_dcbnl_get_pg_bwg_cfg_tx()
526 ice_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) in ice_dcbnl_set_pg_bwg_cfg_tx()
558 ice_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, in ice_dcbnl_get_pg_tc_cfg_rx()
588 ice_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, in ice_dcbnl_set_pg_tc_cfg_rx()
607 ice_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, in ice_dcbnl_get_pg_bwg_cfg_rx()
628 ice_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, in ice_dcbnl_set_pg_bwg_cfg_rx()
642 static u8 ice_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) in ice_dcbnl_get_cap()
690 static int ice_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) in ice_dcbnl_getapp()
733 static int ice_dcbnl_setapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_setapp()
867 static int ice_dcbnl_delapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_delapp()
975 static u8 ice_dcbnl_cee_set_all(struct net_device *netdev) in ice_dcbnl_cee_set_all()
1040 struct net_device *netdev = vsi->netdev; in ice_dcbnl_set_all() local
1137 struct net_device *netdev = vsi->netdev; in ice_dcbnl_setup() local