Searched refs:cmd_mgr (Results 1 – 8 of 8) sorted by relevance
398 struct bnx2fc_cmd_mgr *cmd_mgr = interface->hba->cmd_mgr; in bnx2fc_elstm_alloc() local438 cmd_mgr->free_list[index].next; in bnx2fc_elstm_alloc()442 cmd_mgr->cmds[xid] = io_req; in bnx2fc_elstm_alloc()450 io_req->cmd_mgr = cmd_mgr; in bnx2fc_elstm_alloc()468 struct bnx2fc_cmd_mgr *cmd_mgr = interface->hba->cmd_mgr; in bnx2fc_cmd_alloc() local492 cmd_mgr->free_list[index].next; in bnx2fc_cmd_alloc()496 cmd_mgr->cmds[xid] = io_req; in bnx2fc_cmd_alloc()504 io_req->cmd_mgr = cmd_mgr; in bnx2fc_cmd_alloc()521 struct bnx2fc_cmd_mgr *cmd_mgr = io_req->cmd_mgr; in bnx2fc_cmd_release() local533 cmd_mgr->cmds[io_req->xid] = NULL; in bnx2fc_cmd_release()[all …]
190 struct bnx2fc_cmd_mgr *cmd_mgr; member424 struct bnx2fc_cmd_mgr *cmd_mgr; member
1336 if (hba->cmd_mgr) { in bnx2fc_hba_destroy()1337 bnx2fc_cmd_mgr_free(hba->cmd_mgr); in bnx2fc_hba_destroy()1338 hba->cmd_mgr = NULL; in bnx2fc_hba_destroy()1393 hba->cmd_mgr = bnx2fc_cmd_mgr_alloc(hba); in bnx2fc_hba_create()1394 if (!hba->cmd_mgr) { in bnx2fc_hba_create()
710 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl()831 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl()875 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_cq_compl()
301 struct qedf_cmd_mgr *cmd_mgr = qedf->cmd_mgr; in qedf_alloc_cmd() local337 io_req = &cmd_mgr->cmds[cmd_mgr->idx]; in qedf_alloc_cmd()338 cmd_mgr->idx++; in qedf_alloc_cmd()340 cmd_mgr->idx = 0; in qedf_alloc_cmd()365 atomic_dec(&cmd_mgr->free_list_cnt); in qedf_alloc_cmd()367 io_req->cmd_mgr = cmd_mgr; in qedf_alloc_cmd()436 struct qedf_cmd_mgr *cmd_mgr = io_req->cmd_mgr; in qedf_release_cmd() local1591 struct qedf_cmd_mgr *cmd_mgr; in qedf_flush_active_ios() local1633 cmd_mgr = qedf->cmd_mgr; in qedf_flush_active_ios()1650 io_req = &cmd_mgr->cmds[i]; in qedf_flush_active_ios()[all …]
138 struct qedf_cmd_mgr *cmd_mgr; member390 struct qedf_cmd_mgr *cmd_mgr; member
1874 vport_qedf->cmd_mgr = base_qedf->cmd_mgr; in qedf_vport_create()2282 io_req = &qedf->cmd_mgr->cmds[xid]; in qedf_process_completions()2826 io_req = &qedf->cmd_mgr->cmds[xid]; in qedf_process_cqe()3560 qedf->cmd_mgr = qedf_cmd_mgr_alloc(qedf); in __qedf_probe()3561 if (!qedf->cmd_mgr) { in __qedf_probe()3708 qedf_cmd_mgr_free(qedf->cmd_mgr); in __qedf_probe()3811 qedf_cmd_mgr_free(qedf->cmd_mgr); in __qedf_remove()
352 atomic_read(&qedf->cmd_mgr->free_list_cnt)); in qedf_driver_stats_show()
Completed in 36 milliseconds