Searched refs:orig_xid (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1481 u16 orig_xid = orig_io_req->xid; local
1510 task->txwr_rxrd.union_ctx.cleanup.ctx.cleaned_task_id = orig_xid;
1536 orig_task_idx = orig_xid / BNX2FC_TASKS_PER_PAGE;
1537 index = orig_xid % BNX2FC_TASKS_PER_PAGE;
1559 u16 orig_xid)
1581 task->txwr_rxrd.union_ctx.cleanup.ctx.cleaned_task_id = orig_xid;
1557 bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req, struct fcoe_task_ctx_entry *task, u16 orig_xid) argument
H A Dbnx2fc_io.c1018 u16 xid, orig_xid; local
1050 orig_xid = io_req->xid;
1054 bnx2fc_init_cleanup_task(cleanup_io_req, task, orig_xid);
H A Dbnx2fc.h491 u16 orig_xid);

Completed in 48 milliseconds