Home
last modified time | relevance | path

Searched defs:bnx2fc_cmd (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
Dbnx2fc.h413 struct bnx2fc_cmd { struct
429 struct bnx2fc_cmd_mgr *cmd_mgr; argument
430 struct bnx2fc_mp_req mp_req;
431 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg);
432 struct bnx2fc_els_cb_arg *cb_arg;
433 struct delayed_work timeout_work; /* timer for ULP timeouts */
434 struct completion abts_done;
435 struct completion cleanup_done;
436 int wait_for_abts_comp;
437 int wait_for_cleanup_comp;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc.h416 struct bnx2fc_cmd { struct
432 struct bnx2fc_cmd_mgr *cmd_mgr; argument
433 struct bnx2fc_mp_req mp_req;
434 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg);
435 struct bnx2fc_els_cb_arg *cb_arg;
436 struct delayed_work timeout_work; /* timer for ULP timeouts */
437 struct completion abts_done;
438 struct completion cleanup_done;
439 int wait_for_abts_comp;
440 int wait_for_cleanup_comp;
[all …]