Home
last modified time | relevance | path

Searched refs:be_eq_obj (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/scsi/be2iscsi/
Dbe.h87 struct be_eq_obj { struct
Dbe_main.h801 unsigned int beiscsi_process_cq(struct be_eq_obj *pbe_eq, int budget);
994 struct be_eq_obj be_eq[MAX_CPUS];
Dbe_main.c690 struct be_eq_obj *pbe_eq; in be_isr_mcc()
727 struct be_eq_obj *pbe_eq; in be_isr_msix()
755 struct be_eq_obj *pbe_eq; in be_isr()
1847 struct be_eq_obj *pbe_eq; in beiscsi_mcc_work()
1850 pbe_eq = container_of(work, struct be_eq_obj, mcc_work); in beiscsi_mcc_work()
1866 unsigned int beiscsi_process_cq(struct be_eq_obj *pbe_eq, int budget) in beiscsi_process_cq()
2052 struct be_eq_obj *pbe_eq; in be_iopoll()
2056 pbe_eq = container_of(iop, struct be_eq_obj, iopoll); in be_iopoll()
3082 struct be_eq_obj *pbe_eq; in beiscsi_create_cqs()
5190 struct be_eq_obj *pbe_eq; in beiscsi_eqd_update_work()
[all …]
Dbe_iscsi.c1228 struct be_eq_obj *pbe_eq; in beiscsi_flush_cq()
/linux-6.6.21/drivers/net/ethernet/emulex/benet/
Dbe_main.c2136 static int be_get_new_eqd(struct be_eq_obj *eqo) in be_get_new_eqd()
2198 static u32 be_get_eq_delay_mult_enc(struct be_eq_obj *eqo) in be_get_eq_delay_mult_enc()
2232 struct be_eq_obj *eqo; in be_eqd_update()
2785 static inline int events_get(struct be_eq_obj *eqo) in events_get()
2805 static void be_eq_clean(struct be_eq_obj *eqo) in be_eq_clean()
2937 struct be_eq_obj *eqo; in be_evt_queues_destroy()
2954 struct be_eq_obj *eqo; in be_evt_queues_create()
3063 struct be_eq_obj *eqo; in be_tx_qs_create()
3162 struct be_eq_obj *eqo = dev; in be_intx()
3194 struct be_eq_obj *eqo = dev; in be_msix()
[all …]
Dbe.h180 struct be_eq_obj { struct
572 struct be_eq_obj eq_obj[MAX_EVT_QS];
Dbe_ethtool.c349 struct be_eq_obj *eqo; in be_set_coalesce()
Dbe_cmds.h2395 int be_cmd_eq_create(struct be_adapter *adapter, struct be_eq_obj *eqo);
Dbe_cmds.c995 int be_cmd_eq_create(struct be_adapter *adapter, struct be_eq_obj *eqo) in be_cmd_eq_create()