Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/be2iscsi/
Dbe.h87 struct be_eq_obj { struct
Dbe_main.h802 unsigned int beiscsi_process_cq(struct be_eq_obj *pbe_eq, int budget);
995 struct be_eq_obj be_eq[MAX_CPUS];
Dbe_main.c675 struct be_eq_obj *pbe_eq; in be_isr_mcc()
712 struct be_eq_obj *pbe_eq; in be_isr_msix()
740 struct be_eq_obj *pbe_eq; in be_isr()
1832 struct be_eq_obj *pbe_eq; in beiscsi_mcc_work()
1835 pbe_eq = container_of(work, struct be_eq_obj, mcc_work); in beiscsi_mcc_work()
1851 unsigned int beiscsi_process_cq(struct be_eq_obj *pbe_eq, int budget) in beiscsi_process_cq()
2037 struct be_eq_obj *pbe_eq; in be_iopoll()
2041 pbe_eq = container_of(iop, struct be_eq_obj, iopoll); in be_iopoll()
3066 struct be_eq_obj *pbe_eq; in beiscsi_create_cqs()
5174 struct be_eq_obj *pbe_eq; in beiscsi_eqd_update_work()
[all …]
Dbe_iscsi.c1224 struct be_eq_obj *pbe_eq; in beiscsi_flush_cq()
/linux-5.19.10/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()
2783 static inline int events_get(struct be_eq_obj *eqo) in events_get()
2803 static void be_eq_clean(struct be_eq_obj *eqo) in be_eq_clean()
2935 struct be_eq_obj *eqo; in be_evt_queues_destroy()
2952 struct be_eq_obj *eqo; in be_evt_queues_create()
3062 struct be_eq_obj *eqo; in be_tx_qs_create()
3161 struct be_eq_obj *eqo = dev; in be_intx()
3193 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.c994 int be_cmd_eq_create(struct be_adapter *adapter, struct be_eq_obj *eqo) in be_cmd_eq_create()