Lines Matching defs:dev

33 void cxgb4_dcb_state_init(struct net_device *dev)  in cxgb4_dcb_state_init()
48 void cxgb4_dcb_version_init(struct net_device *dev) in cxgb4_dcb_version_init()
59 static void cxgb4_dcb_cleanup_apps(struct net_device *dev) in cxgb4_dcb_cleanup_apps()
99 void cxgb4_dcb_reset(struct net_device *dev) in cxgb4_dcb_reset()
125 void cxgb4_dcb_state_fsm(struct net_device *dev, in cxgb4_dcb_state_fsm()
278 struct net_device *dev = adap->port[adap->chan_map[port]]; in cxgb4_dcb_handle_fw_update() local
411 static u8 cxgb4_getstate(struct net_device *dev) in cxgb4_getstate()
420 static u8 cxgb4_setstate(struct net_device *dev, u8 enabled) in cxgb4_setstate()
438 static void cxgb4_getpgtccfg(struct net_device *dev, int tc, in cxgb4_getpgtccfg()
482 static void cxgb4_getpgtccfg_tx(struct net_device *dev, int tc, in cxgb4_getpgtccfg_tx()
492 static void cxgb4_getpgtccfg_rx(struct net_device *dev, int tc, in cxgb4_getpgtccfg_rx()
501 static void cxgb4_setpgtccfg_tx(struct net_device *dev, int tc, in cxgb4_setpgtccfg_tx()
564 static void cxgb4_getpgbwgcfg(struct net_device *dev, int pgid, u8 *bw_per, in cxgb4_getpgbwgcfg()
588 static void cxgb4_getpgbwgcfg_tx(struct net_device *dev, int pgid, u8 *bw_per) in cxgb4_getpgbwgcfg_tx()
593 static void cxgb4_getpgbwgcfg_rx(struct net_device *dev, int pgid, u8 *bw_per) in cxgb4_getpgbwgcfg_rx()
598 static void cxgb4_setpgbwgcfg_tx(struct net_device *dev, int pgid, in cxgb4_setpgbwgcfg_tx()
632 static void cxgb4_getpfccfg(struct net_device *dev, int priority, u8 *pfccfg) in cxgb4_getpfccfg()
647 static void cxgb4_setpfccfg(struct net_device *dev, int priority, u8 pfccfg) in cxgb4_setpfccfg()
679 static u8 cxgb4_setall(struct net_device *dev) in cxgb4_setall()
686 static u8 cxgb4_getcap(struct net_device *dev, int cap_id, u8 *caps) in cxgb4_getcap()
728 static int cxgb4_getnumtcs(struct net_device *dev, int tcs_id, u8 *num) in cxgb4_getnumtcs()
754 static int cxgb4_setnumtcs(struct net_device *dev, int tcs_id, u8 num) in cxgb4_setnumtcs()
762 static u8 cxgb4_getpfcstate(struct net_device *dev) in cxgb4_getpfcstate()
773 static void cxgb4_setpfcstate(struct net_device *dev, u8 state) in cxgb4_setpfcstate()
783 static int __cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_getapp()
826 static int cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id) in cxgb4_getapp()
835 static int __cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_setapp()
900 static int cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in cxgb4_setapp()
926 cxgb4_ieee_negotiation_complete(struct net_device *dev, in cxgb4_ieee_negotiation_complete()
940 static int cxgb4_ieee_read_ets(struct net_device *dev, struct ieee_ets *ets, in cxgb4_ieee_read_ets()
995 static int cxgb4_ieee_get_ets(struct net_device *dev, struct ieee_ets *ets) in cxgb4_ieee_get_ets()
1001 static int cxgb4_ieee_get_pfc(struct net_device *dev, struct ieee_pfc *pfc) in cxgb4_ieee_get_pfc()
1017 static int cxgb4_ieee_peer_ets(struct net_device *dev, struct ieee_ets *ets) in cxgb4_ieee_peer_ets()
1026 static int cxgb4_ieee_getapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_getapp()
1048 static int cxgb4_ieee_setapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_setapp()
1072 static u8 cxgb4_getdcbx(struct net_device *dev) in cxgb4_getdcbx()
1082 static u8 cxgb4_setdcbx(struct net_device *dev, u8 dcb_request) in cxgb4_setdcbx()
1109 static int cxgb4_getpeer_app(struct net_device *dev, in cxgb4_getpeer_app()
1144 static int cxgb4_getpeerapp_tbl(struct net_device *dev, struct dcb_app *table) in cxgb4_getpeerapp_tbl()
1181 static int cxgb4_cee_peer_getpg(struct net_device *dev, struct cee_pg *pg) in cxgb4_cee_peer_getpg()
1225 static int cxgb4_cee_peer_getpfc(struct net_device *dev, struct cee_pfc *pfc) in cxgb4_cee_peer_getpfc()