Searched defs:bnx2fc_cmd (Results 1 – 1 of 1) sorted by relevance
408 struct bnx2fc_cmd { struct424 struct bnx2fc_cmd_mgr *cmd_mgr; argument425 struct bnx2fc_mp_req mp_req;426 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg);427 struct bnx2fc_els_cb_arg *cb_arg;428 struct delayed_work timeout_work; /* timer for ULP timeouts */429 struct completion abts_done;430 struct completion cleanup_done;431 int wait_for_abts_comp;432 int wait_for_cleanup_comp;[all …]