Lines Matching refs:xid
632 u16 xid; in bnx2fc_process_unsol_compl() local
696 xid = err_entry->fc_hdr.ox_id; in bnx2fc_process_unsol_compl()
697 BNX2FC_TGT_DBG(tgt, "Unsol Error Frame OX_ID = 0x%x\n", xid); in bnx2fc_process_unsol_compl()
705 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
707 xid); in bnx2fc_process_unsol_compl()
711 task_idx = xid / BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl()
712 index = xid % BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl()
717 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl()
752 "in ABTS processing\n", xid); in bnx2fc_process_unsol_compl()
766 xid); in bnx2fc_process_unsol_compl()
798 io_req->xid); in bnx2fc_process_unsol_compl()
815 xid = cpu_to_be16(err_entry->fc_hdr.ox_id); in bnx2fc_process_unsol_compl()
816 BNX2FC_TGT_DBG(tgt, "Unsol Warning Frame OX_ID = 0x%x\n", xid); in bnx2fc_process_unsol_compl()
823 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
824 BNX2FC_TGT_DBG(tgt, "xid(0x%x) out of FW range\n", xid); in bnx2fc_process_unsol_compl()
839 task_idx = xid / BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl()
840 index = xid % BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl()
844 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl()
881 u16 xid; in bnx2fc_process_cq_compl() local
887 xid = wqe & FCOE_PEND_WQ_CQE_TASK_ID; in bnx2fc_process_cq_compl()
888 if (xid >= hba->max_tasks) { in bnx2fc_process_cq_compl()
893 task_idx = xid / BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_cq_compl()
894 index = xid % BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_cq_compl()
902 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_cq_compl()
971 io_req->xid); in bnx2fc_process_cq_compl()
1383 void bnx2fc_add_2_sq(struct bnx2fc_rport *tgt, u16 xid) in bnx2fc_add_2_sq() argument
1390 sqe->wqe = xid << FCOE_SQE_TASK_ID_SHIFT; in bnx2fc_add_2_sq()
1473 u16 orig_xid = orig_io_req->xid; in bnx2fc_init_seq_cleanup_task()
1658 fc_hdr->fh_ox_id = cpu_to_be16(io_req->xid); in bnx2fc_init_mp_task()
1662 fc_hdr->fh_rx_id = cpu_to_be16(io_req->xid); in bnx2fc_init_mp_task()