| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_fcoe.c | 61 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put() 76 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put() 83 (xid | IXGBE_FCDMARW_WE)); in ixgbe_fcoe_ddp_put() 87 (xid | IXGBE_FCDMARW_RE)); in ixgbe_fcoe_ddp_put() 94 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put() 168 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_setup() 270 fcdmarw = xid; in ixgbe_fcoe_ddp_setup() 274 fcfltrw = xid; in ixgbe_fcoe_ddp_setup() 396 u16 xid; in ixgbe_fcoe_ddp() local 420 if (xid >= ddp_max) in ixgbe_fcoe_ddp() [all …]
|
| A D | ixgbe.h | 1031 int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, 1033 int ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, 1035 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid);
|
| /drivers/scsi/bnx2fc/ |
| A D | bnx2fc_io.c | 218 u16 xid; in bnx2fc_cmd_mgr_alloc() local 285 io_req->xid = xid++; in bnx2fc_cmd_mgr_alloc() 405 u16 xid; in bnx2fc_elstm_alloc() local 441 xid = io_req->xid; in bnx2fc_elstm_alloc() 474 u16 xid; in bnx2fc_cmd_alloc() local 495 xid = io_req->xid; in bnx2fc_cmd_alloc() 752 xid = io_req->xid; in bnx2fc_initiate_tmf() 889 xid = abts_io_req->xid; in bnx2fc_initiate_abts() 965 xid = seq_clnp_req->xid; in bnx2fc_initiate_seq_cleanup() 1023 xid = cleanup_io_req->xid; in bnx2fc_initiate_cleanup() [all …]
|
| A D | bnx2fc_els.c | 39 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl() 49 rrq_req->xid); in bnx2fc_rrq_compl() 113 aborted_io_req->xid); in bnx2fc_send_rrq() 284 orig_io_req->xid); in bnx2fc_srr_compl() 313 orig_io_req->xid); in bnx2fc_srr_compl() 359 orig_io_req->xid); in bnx2fc_srr_compl() 408 orig_io_req->xid); in bnx2fc_rec_compl() 438 orig_io_req->xid); in bnx2fc_rec_compl() 444 orig_io_req->xid); in bnx2fc_rec_compl() 687 u16 xid; in bnx2fc_initiate_els() local [all …]
|
| A D | bnx2fc_hwi.c | 633 u16 xid; in bnx2fc_process_unsol_compl() local 695 xid = err_entry->fc_hdr.ox_id; in bnx2fc_process_unsol_compl() 703 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl() 705 xid); in bnx2fc_process_unsol_compl() 759 xid); in bnx2fc_process_unsol_compl() 790 io_req->xid); in bnx2fc_process_unsol_compl() 815 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl() 868 u16 xid; in bnx2fc_process_cq_compl() local 945 io_req->xid); in bnx2fc_process_cq_compl() 1004 u16 xid; in bnx2fc_pending_work() local [all …]
|
| A D | bnx2fc_debug.c | 34 io_req->xid, &vaf); in BNX2FC_IO_DBG()
|
| A D | bnx2fc.h | 433 u16 xid; member 545 void bnx2fc_add_2_sq(struct bnx2fc_rport *tgt, u16 xid);
|
| /drivers/scsi/qedf/ |
| A D | qedf_els.c | 22 uint16_t xid; in qedf_initiate_els() local 67 els_req->xid); in qedf_initiate_els() 115 xid = els_req->xid; in qedf_initiate_els() 169 els_req->xid); in qedf_process_els_compl() 214 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl() 297 aborted_io_req->xid); in qedf_send_rrq() 443 els_req->xid); in qedf_l2_els_compl() 572 orig_io_req, orig_io_req->xid, srr_req->xid, refcount); in qedf_srr_compl() 817 "new_xid=0x%x.\n", orig_io_req->xid, new_io_req->xid); in qedf_requeue_io_req() 871 orig_io_req, orig_io_req->xid, rec_req->xid, refcount); in qedf_rec_compl() [all …]
|
| A D | qedf_io.c | 177 u16 xid; in qedf_cmd_mgr_alloc() local 212 xid = 0; in qedf_cmd_mgr_alloc() 218 io_req->xid = xid++; in qedf_cmd_mgr_alloc() 304 u16 xid; in qedf_alloc_cmd() local 364 xid = io_req->xid; in qedf_alloc_cmd() 857 u16 xid; in qedf_post_io_req() local 880 xid = io_req->xid; in qedf_post_io_req() 912 xid); in qedf_post_io_req() 1857 u16 xid; in qedf_initiate_abts() local 1925 xid = io_req->xid; in qedf_initiate_abts() [all …]
|
| A D | qedf_main.c | 791 io_req->xid, rdata->ids.port_id); in qedf_eh_abort() 813 io_req, sc_cmd, io_req->xid, io_req->fp_idx, in qedf_eh_abort() 853 io_req->xid); in qedf_eh_abort() 856 io_req->xid); in qedf_eh_abort() 2242 u16 xid; in qedf_process_completions() local 2283 io_req = &qedf->cmd_mgr->cmds[xid]; in qedf_process_completions() 2817 u16 xid; in qedf_process_cqe() local 2827 xid = cqe->cqe_data & FCOE_CQE_TASK_ID_MASK; in qedf_process_cqe() 2828 io_req = &qedf->cmd_mgr->cmds[xid]; in qedf_process_cqe() 2833 "io_req is NULL for xid=0x%x.\n", xid); in qedf_process_cqe() [all …]
|
| /drivers/scsi/libfc/ |
| A D | fc_exch.c | 942 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find() 951 WARN_ON(ep->xid != xid); in fc_exch_find() 1016 ep->rxid = ep->xid; in fc_exch_resp() 1047 u16 xid; in fc_seq_lookup_recip() local 1098 xid = ep->xid; /* get our XID */ in fc_seq_lookup_recip() 1175 u16 xid; in fc_seq_lookup_orig() local 2005 if (ema->mp->min_xid <= xid && xid <= ema->mp->max_xid) in fc_exch_lookup() 2039 xid = oxid; in fc_exch_els_rec() 2041 xid = rxid; in fc_exch_els_rec() 2299 u16 xid; in fc_exch_els_rrq() local [all …]
|
| A D | fc_libfc.h | 77 exch->xid, ##args)) 98 void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid);
|
| /drivers/s390/net/ |
| A D | ctcm_mpc.c | 832 priv->xid->xid2_flag2 = 0x00; in mpc_action_go_ready() 970 ch->xid->xid2_dlc_type = in mpc_channel_action() 1187 mpcginfo->xid = thisxid; in ctcmpc_unpack_skb() 1311 priv->xid = grp->xid; in ctcmpc_init_mpc_group() 1536 struct xid2 *xid = mpcginfo->xid; in mpc_validate_xid() local 1544 if (xid == NULL) { in mpc_validate_xid() 1571 xid->xid2_buf_len - len) in mpc_validate_xid() 1640 priv->xid->xid2_flag2 = 0x40; in mpc_validate_xid() 1714 if (ch->xid == NULL) in mpc_action_side_xid() 1752 if (ch->xid == NULL) in mpc_action_side_xid() [all …]
|
| A D | ctcm_mpc.h | 153 struct xid2 *xid; member 183 struct xid2 *xid; member
|
| A D | ctcm_main.h | 182 struct xid2 *xid; member 209 struct xid2 *xid; /* MPC only */ member
|
| /drivers/net/usb/ |
| A D | rndis_host.c | 99 u32 xid = 0, msg_len, request_id, msg_type, rsp, in rndis_command() local 110 xid = dev->xid++; in rndis_command() 111 if (!xid) in rndis_command() 112 xid = dev->xid++; in rndis_command() 113 buf->request_id = (__force __le32) xid; in rndis_command() 123 if (unlikely(retval < 0 || xid == 0)) in rndis_command() 156 if (likely(request_id == xid)) { in rndis_command() 169 request_id, xid); in rndis_command()
|
| /drivers/infiniband/hw/bnxt_re/ |
| A D | qplib_res.h | 209 u32 xid; member 479 #define BNXT_QPLIB_INIT_DBHDR(xid, type, indx, toggle) \ argument 480 (((u64)(((xid) & DBC_DBC_XID_MASK) | DBC_DBC_PATH_ROCE | \ 499 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, indx, toggle); in bnxt_qplib_ring_db() 512 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, indx, 0); in bnxt_qplib_ring_prod_db() 525 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, 0, toggle); in bnxt_qplib_armen_db() 534 key = BNXT_QPLIB_INIT_DBHDR(info->xid, DBC_DBC_TYPE_SRQ_ARM, th, info->toggle); in bnxt_qplib_srq_arm_db()
|
| A D | roce_hsi.h | 514 __le32 xid; member 548 __le32 xid; member 706 __le32 xid; member 764 __le32 xid; member 893 __le32 xid; member 951 __le32 xid; member 1038 __le32 xid; member 1071 __le32 xid; member 1127 __le32 xid; member 1199 __le32 xid; member [all …]
|
| A D | qplib_sp.c | 382 sgid_tbl->hw_id[free_idx] = le32_to_cpu(resp.xid); in bnxt_qplib_add_sgid() 483 ah->id = le32_to_cpu(resp.xid); in bnxt_qplib_create_ah() 581 mrw->rkey = le32_to_cpu(resp.xid); in bnxt_qplib_alloc_mrw() 583 mrw->lkey = le32_to_cpu(resp.xid); in bnxt_qplib_alloc_mrw() 692 mr->lkey = le32_to_cpu(resp.xid); in bnxt_qplib_reg_mr() 1000 u32 xid, u32 resp_size, void *resp_va) in bnxt_qplib_read_context() argument 1019 req.xid = cpu_to_le32(xid); in bnxt_qplib_read_context()
|
| A D | qplib_fp.c | 544 nq_db->dbinfo.xid = nq->ring_id; in bnxt_qplib_map_nq_db() 702 srq->id = le32_to_cpu(resp.xid); in bnxt_qplib_create_srq() 704 srq->dbinfo.xid = srq->id; in bnxt_qplib_create_srq() 936 qp->id = le32_to_cpu(resp.xid); in bnxt_qplib_create_qp1() 940 sq->dbinfo.xid = qp->id; in bnxt_qplib_create_qp1() 945 rq->dbinfo.xid = qp->id; in bnxt_qplib_create_qp1() 1169 qp->id = le32_to_cpu(resp.xid); in bnxt_qplib_create_qp() 1175 sq->dbinfo.xid = qp->id; in bnxt_qplib_create_qp() 1180 rq->dbinfo.xid = qp->id; in bnxt_qplib_create_qp() 2283 cq->id = le32_to_cpu(resp.xid); in bnxt_qplib_create_cq() [all …]
|
| A D | qplib_rcfw.c | 461 req.ah_cid = create_ah_resp->xid; in __destroy_timedout_ah() 637 qp_id = le32_to_cpu(err_event->xid); in bnxt_qplib_process_qp_event() 1126 creq_db->dbinfo.xid = rcfw->creq.ring_id; in bnxt_qplib_map_creq_db()
|
| /drivers/target/tcm_fc/ |
| A D | tfc_io.c | 95 __func__, ep->xid); in ft_queue_data_in() 168 __func__, fp, ep->xid, in ft_queue_data_in() 235 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data() 341 if (lport && (ep->xid <= lport->lro_xid)) { in ft_invl_hw_context() 347 ep->xid); in ft_invl_hw_context()
|
| A D | tfc_cmd.c | 155 "xid <0x%x>\n", __func__, fp, ep->xid); in ft_queue_status() 213 if ((ep->xid <= lport->lro_xid) && in ft_write_pending() 216 lport->tt.ddp_target(lport, ep->xid, in ft_write_pending()
|
| /drivers/media/usb/as102/ |
| A D | as10x_cmd.c | 376 uint16_t xid, uint16_t cmd_len) in as10x_cmd_build() argument 378 pcmd->header.req_id = cpu_to_le16(xid); in as10x_cmd_build()
|
| /drivers/scsi/fcoe/ |
| A D | fcoe.c | 1061 static int fcoe_ddp_setup(struct fc_lport *lport, u16 xid, in fcoe_ddp_setup() argument 1068 xid, sgl, in fcoe_ddp_setup() 1083 static int fcoe_ddp_target(struct fc_lport *lport, u16 xid, in fcoe_ddp_target() argument 1089 return netdev->netdev_ops->ndo_fcoe_ddp_target(netdev, xid, in fcoe_ddp_target() 1103 static int fcoe_ddp_done(struct fc_lport *lport, u16 xid) in fcoe_ddp_done() argument 1108 return netdev->netdev_ops->ndo_fcoe_ddp_done(netdev, xid); in fcoe_ddp_done()
|