Lines Matching refs:xid

624 	u16 xid;  in bnx2fc_process_unsol_compl()  local
688 xid = err_entry->fc_hdr.ox_id; in bnx2fc_process_unsol_compl()
689 BNX2FC_TGT_DBG(tgt, "Unsol Error Frame OX_ID = 0x%x\n", xid); in bnx2fc_process_unsol_compl()
697 if (xid > BNX2FC_MAX_XID) { in bnx2fc_process_unsol_compl()
699 xid); in bnx2fc_process_unsol_compl()
703 task_idx = xid / BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl()
704 index = xid % BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl()
709 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl()
744 "in ABTS processing\n", xid); in bnx2fc_process_unsol_compl()
758 xid); in bnx2fc_process_unsol_compl()
792 io_req->xid); in bnx2fc_process_unsol_compl()
809 xid = cpu_to_be16(err_entry->fc_hdr.ox_id); in bnx2fc_process_unsol_compl()
810 BNX2FC_TGT_DBG(tgt, "Unsol Warning Frame OX_ID = 0x%x\n", xid); in bnx2fc_process_unsol_compl()
817 if (xid > BNX2FC_MAX_XID) { in bnx2fc_process_unsol_compl()
818 BNX2FC_TGT_DBG(tgt, "xid(0x%x) out of FW range\n", xid); in bnx2fc_process_unsol_compl()
833 task_idx = xid / BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl()
834 index = xid % BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl()
838 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl()
877 u16 xid; in bnx2fc_process_cq_compl() local
883 xid = wqe & FCOE_PEND_WQ_CQE_TASK_ID; in bnx2fc_process_cq_compl()
884 if (xid >= BNX2FC_MAX_TASKS) { in bnx2fc_process_cq_compl()
889 task_idx = xid / BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_cq_compl()
890 index = xid % BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_cq_compl()
898 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_cq_compl()
967 io_req->xid); in bnx2fc_process_cq_compl()
1390 void bnx2fc_add_2_sq(struct bnx2fc_rport *tgt, u16 xid) in bnx2fc_add_2_sq() argument
1397 sqe->wqe = xid << FCOE_SQE_TASK_ID_SHIFT; in bnx2fc_add_2_sq()
1481 u16 orig_xid = orig_io_req->xid; in bnx2fc_init_seq_cleanup_task()
1666 fc_hdr->fh_ox_id = cpu_to_be16(io_req->xid); in bnx2fc_init_mp_task()
1670 fc_hdr->fh_rx_id = cpu_to_be16(io_req->xid); in bnx2fc_init_mp_task()