Home
last modified time | relevance | path

Searched defs:eqo (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c1658 struct be_eq_obj *eqo; in be_eqd_update() local
2191 static inline int events_get(struct be_eq_obj *eqo) in events_get()
2211 static void be_eq_clean(struct be_eq_obj *eqo) in be_eq_clean()
2335 struct be_eq_obj *eqo; in be_evt_queues_destroy() local
2353 struct be_eq_obj *eqo; in be_evt_queues_create() local
2459 struct be_eq_obj *eqo; in be_tx_qs_create() local
2558 struct be_eq_obj *eqo = dev; in be_intx() local
2590 struct be_eq_obj *eqo = dev; in be_msix() local
2735 static inline bool be_lock_napi(struct be_eq_obj *eqo) in be_lock_napi()
2751 static inline void be_unlock_napi(struct be_eq_obj *eqo) in be_unlock_napi()
[all …]
Dbe.h657 #define for_all_evt_queues(adapter, eqo, i) \ argument
661 #define for_all_rx_queues_on_eq(adapter, eqo, rxo, i) \ argument
665 #define for_all_tx_queues_on_eq(adapter, eqo, txo, i) \ argument
669 #define is_mcc_eqo(eqo) (eqo->idx == 0) argument
Dbe_ethtool.c359 struct be_eq_obj *eqo; in be_set_coalesce() local
Dbe_cmds.c897 int be_cmd_eq_create(struct be_adapter *adapter, struct be_eq_obj *eqo) in be_cmd_eq_create()