Lines Matching defs:netdev

106 static int i40e_dcbnl_ieee_setets(struct net_device *netdev,  in i40e_dcbnl_ieee_setets()
154 static int i40e_dcbnl_ieee_setpfc(struct net_device *netdev, in i40e_dcbnl_ieee_setpfc()
193 static int i40e_dcbnl_ieee_setapp(struct net_device *netdev, in i40e_dcbnl_ieee_setapp()
245 static int i40e_dcbnl_ieee_delapp(struct net_device *netdev, in i40e_dcbnl_ieee_delapp()
308 static u8 i40e_dcbnl_getstate(struct net_device *netdev) in i40e_dcbnl_getstate()
324 static u8 i40e_dcbnl_setstate(struct net_device *netdev, u8 state) in i40e_dcbnl_setstate()
366 static void i40e_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, in i40e_dcbnl_set_pg_tc_cfg_tx()
402 static void i40e_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, in i40e_dcbnl_set_pg_bwg_cfg_tx()
432 static void i40e_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, in i40e_dcbnl_set_pg_tc_cfg_rx()
453 static void i40e_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, in i40e_dcbnl_set_pg_bwg_cfg_rx()
472 static void i40e_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, in i40e_dcbnl_get_pg_tc_cfg_tx()
500 static void i40e_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, in i40e_dcbnl_get_pg_bwg_cfg_tx()
530 static void i40e_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, in i40e_dcbnl_get_pg_tc_cfg_rx()
556 static void i40e_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, in i40e_dcbnl_get_pg_bwg_cfg_rx()
575 static void i40e_dcbnl_set_pfc_cfg(struct net_device *netdev, int prio, in i40e_dcbnl_set_pfc_cfg()
605 static void i40e_dcbnl_get_pfc_cfg(struct net_device *netdev, int prio, in i40e_dcbnl_get_pfc_cfg()
629 static u8 i40e_dcbnl_cee_set_all(struct net_device *netdev) in i40e_dcbnl_cee_set_all()
652 static u8 i40e_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) in i40e_dcbnl_get_cap()
692 static int i40e_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in i40e_dcbnl_getnumtcs()
711 static int i40e_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in i40e_dcbnl_setnumtcs()
722 static u8 i40e_dcbnl_getpfcstate(struct net_device *netdev) in i40e_dcbnl_getpfcstate()
741 static void i40e_dcbnl_setpfcstate(struct net_device *netdev, u8 state) in i40e_dcbnl_setpfcstate()
756 static int i40e_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) in i40e_dcbnl_getapp()
778 static u8 i40e_dcbnl_setdcbx(struct net_device *netdev, u8 mode) in i40e_dcbnl_setdcbx()