Lines Matching defs:netdev
121 static u8 ixgbe_dcbnl_get_state(struct net_device *netdev) in ixgbe_dcbnl_get_state()
128 static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state) in ixgbe_dcbnl_set_state()
144 static void ixgbe_dcbnl_get_perm_hw_addr(struct net_device *netdev, in ixgbe_dcbnl_get_perm_hw_addr()
167 static void ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_tx()
185 static void ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
193 static void ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_rx()
211 static void ixgbe_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
219 static void ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_tx()
231 static void ixgbe_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_get_pg_bwg_cfg_tx()
239 static void ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_rx()
251 static void ixgbe_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_get_pg_bwg_cfg_rx()
259 static void ixgbe_dcbnl_set_pfc_cfg(struct net_device *netdev, int priority, in ixgbe_dcbnl_set_pfc_cfg()
270 static void ixgbe_dcbnl_get_pfc_cfg(struct net_device *netdev, int priority, in ixgbe_dcbnl_get_pfc_cfg()
297 static u8 ixgbe_dcbnl_set_all(struct net_device *netdev) in ixgbe_dcbnl_set_all()
385 static u8 ixgbe_dcbnl_getcap(struct net_device *netdev, int capid, u8 *cap) in ixgbe_dcbnl_getcap()
422 static int ixgbe_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in ixgbe_dcbnl_getnumtcs()
444 static int ixgbe_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in ixgbe_dcbnl_setnumtcs()
449 static u8 ixgbe_dcbnl_getpfcstate(struct net_device *netdev) in ixgbe_dcbnl_getpfcstate()
456 static void ixgbe_dcbnl_setpfcstate(struct net_device *netdev, u8 state) in ixgbe_dcbnl_setpfcstate()
473 static int ixgbe_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) in ixgbe_dcbnl_getapp()