/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 43 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) in ixgbe_fcoe_ddp_put() argument 55 if (xid >= netdev->fcoe_ddp_xid) in ixgbe_fcoe_ddp_put() 60 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put() 73 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(0, xid), 0); in ixgbe_fcoe_ddp_put() 74 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(3, xid), in ixgbe_fcoe_ddp_put() 75 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put() 78 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(2, xid), 0); in ixgbe_fcoe_ddp_put() 81 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put() 82 (xid | IXGBE_FCDMARW_WE)); in ixgbe_fcoe_ddp_put() 85 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put() [all …]
|
D | ixgbe.h | 928 int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, 930 int ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, 932 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid);
|
/drivers/scsi/qedf/ |
D | qedf_io.c | 45 io_req->xid); in qedf_cmd_timeout() 50 io_req->xid); in qedf_cmd_timeout() 75 io_req->xid); in qedf_cmd_timeout() 88 io_req->xid); in qedf_cmd_timeout() 101 "xid=0x%x.\n", io_req->xid); in qedf_cmd_timeout() 108 "Hit default case, xid=0x%x.\n", io_req->xid); in qedf_cmd_timeout() 184 u16 xid; in qedf_cmd_mgr_alloc() local 219 xid = 0; in qedf_cmd_mgr_alloc() 225 io_req->xid = xid++; in qedf_cmd_mgr_alloc() 311 u16 xid; in qedf_alloc_cmd() local [all …]
|
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() 124 task = qedf_get_task_mem(&qedf->tasks, xid); in qedf_initiate_els() 148 " cmd_type = %d.\n", els_req->xid, els_req->cmd_type); in qedf_process_els_compl() 195 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl() 242 aborted_io_req->xid, refcount); in qedf_send_rrq() 268 aborted_io_req->xid, aborted_io_req, refcount); in qedf_send_rrq() 278 aborted_io_req->xid); in qedf_send_rrq() 293 rrq.rrq_ox_id = htons(aborted_io_req->xid); in qedf_send_rrq() [all …]
|
D | qedf_main.c | 703 io_req, io_req->xid, sc_cmd, sc_cmd->cmnd[0], in qedf_eh_abort() 716 io_req->xid, rdata->ids.port_id); in qedf_eh_abort() 738 io_req, sc_cmd, io_req->xid, io_req->fp_idx, in qedf_eh_abort() 778 io_req->xid); in qedf_eh_abort() 781 io_req->xid); in qedf_eh_abort() 2100 u16 xid; in qedf_process_completions() local 2141 xid = cqe->cqe_data & FCOE_CQE_TASK_ID_MASK; in qedf_process_completions() 2142 io_req = &qedf->cmd_mgr->cmds[xid]; in qedf_process_completions() 2675 u16 xid; in qedf_process_cqe() local 2683 xid = cqe->cqe_data & FCOE_CQE_TASK_ID_MASK; in qedf_process_cqe() [all …]
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_io.c | 188 io_req->xid); in bnx2fc_scsi_done() 192 pr_err(PFX "0x%x: sc_cmd->device is NULL.\n", io_req->xid); in bnx2fc_scsi_done() 197 io_req->xid); in bnx2fc_scsi_done() 218 u16 xid; in bnx2fc_cmd_mgr_alloc() local 272 xid = BNX2FC_MIN_XID; in bnx2fc_cmd_mgr_alloc() 285 io_req->xid = xid++; in bnx2fc_cmd_mgr_alloc() 288 &cmgr->free_list[io_req->xid % in bnx2fc_cmd_mgr_alloc() 405 u16 xid; in bnx2fc_elstm_alloc() local 441 xid = io_req->xid; in bnx2fc_elstm_alloc() 442 cmd_mgr->cmds[xid] = io_req; in bnx2fc_elstm_alloc() [all …]
|
D | bnx2fc_els.c | 39 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl() 49 rrq_req->xid); in bnx2fc_rrq_compl() 80 aborted_io_req->xid); in bnx2fc_send_rrq() 94 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq() 113 aborted_io_req->xid); in bnx2fc_send_rrq() 284 orig_io_req->xid); in bnx2fc_srr_compl() 294 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl() 313 orig_io_req->xid); in bnx2fc_srr_compl() 321 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl() 359 orig_io_req->xid); in bnx2fc_srr_compl() [all …]
|
D | bnx2fc_hwi.c | 633 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() 714 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl() 749 "in ABTS processing\n", xid); in bnx2fc_process_unsol_compl() 763 xid); in bnx2fc_process_unsol_compl() [all …]
|
D | bnx2fc_debug.c | 34 io_req->xid, &vaf); in BNX2FC_IO_DBG()
|
D | bnx2fc.h | 441 u16 xid; member 543 void bnx2fc_add_2_sq(struct bnx2fc_rport *tgt, u16 xid);
|
/drivers/scsi/libfc/ |
D | fc_exch.c | 445 index = (ep->xid - ep->em->min_xid) >> fc_cpu_order; in fc_exch_delete() 872 ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid; in fc_exch_em_alloc() 923 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) in fc_exch_find() argument 928 u16 cpu = xid & fc_cpu_mask; in fc_exch_find() 930 if (xid == FC_XID_UNKNOWN) in fc_exch_find() 935 lport->host->host_no, lport->port_id, xid, cpu); in fc_exch_find() 939 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find() 942 ep = fc_exch_ptr_get(pool, (xid - mp->min_xid) >> fc_cpu_order); in fc_exch_find() 944 FC_LPORT_DBG(lport, "xid %x quarantined\n", xid); in fc_exch_find() 948 WARN_ON(ep->xid != xid); in fc_exch_find() [all …]
|
D | fc_libfc.h | 77 exch->xid, ##args)) 98 void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid);
|
/drivers/s390/net/ |
D | ctcm_mpc.c | 845 priv->xid->xid2_flag2 = 0x00; in mpc_action_go_ready() 972 ch->xid = (struct xid2 *)skb_tail_pointer(ch->xid_skb); in mpc_channel_action() 982 ch->xid->xid2_dlc_type = in mpc_channel_action() 987 ch->xid->xid2_buf_len = 0x00; in mpc_channel_action() 1199 mpcginfo->xid = thisxid; in ctcmpc_unpack_skb() 1303 grp->xid = (struct xid2 *)skb_tail_pointer(grp->xid_skb); in ctcmpc_init_mpc_group() 1305 grp->xid->xid2_adj_id = jiffies | 0xfff00000; in ctcmpc_init_mpc_group() 1306 grp->xid->xid2_sender_id = jiffies; in ctcmpc_init_mpc_group() 1323 priv->xid = grp->xid; in ctcmpc_init_mpc_group() 1548 struct xid2 *xid = mpcginfo->xid; in mpc_validate_xid() local [all …]
|
D | ctcm_mpc.h | 153 struct xid2 *xid; member 183 struct xid2 *xid; member
|
D | ctcm_main.h | 181 struct xid2 *xid; member 208 struct xid2 *xid; /* MPC only */ member
|
/drivers/infiniband/hw/bnxt_re/ |
D | qplib_rcfw.h | 167 u32 xid, bool arm) in bnxt_qplib_ring_creq_db64() argument 171 val = xid & DBC_DBC_XID_MASK; in bnxt_qplib_ring_creq_db64() 181 u32 max_elements, u32 xid, in bnxt_qplib_ring_creq_db_rearm() argument 187 bnxt_qplib_ring_creq_db64(db, index, xid, true); in bnxt_qplib_ring_creq_db_rearm() 194 u32 max_elements, u32 xid, in bnxt_qplib_ring_creq_db() argument 200 bnxt_qplib_ring_creq_db64(db, index, xid, true); in bnxt_qplib_ring_creq_db()
|
D | roce_hsi.h | 2068 __le32 xid; member 2088 __le32 xid; member 2108 __le32 xid; member 2161 __le32 xid; member 2241 __le32 xid; member 2261 __le32 xid; member 2304 __le32 xid; member 2320 __le32 xid; member 2340 __le32 xid; member 2366 __le32 xid; member [all …]
|
D | qplib_fp.h | 437 u32 xid, bool arm) in bnxt_qplib_ring_nq_db64() argument 441 val = xid & DBC_DBC_XID_MASK; in bnxt_qplib_ring_nq_db64() 450 u32 max_elements, u32 xid, in bnxt_qplib_ring_nq_db_rearm() argument 456 bnxt_qplib_ring_nq_db64(db, index, xid, true); in bnxt_qplib_ring_nq_db_rearm() 462 u32 max_elements, u32 xid, in bnxt_qplib_ring_nq_db() argument 468 bnxt_qplib_ring_nq_db64(db, index, xid, false); in bnxt_qplib_ring_nq_db()
|
D | qplib_sp.c | 353 sgid_tbl->hw_id[free_idx] = le32_to_cpu(resp.xid); in bnxt_qplib_add_sgid() 535 ah->id = le32_to_cpu(resp.xid); in bnxt_qplib_create_ah() 622 mrw->rkey = le32_to_cpu(resp.xid); in bnxt_qplib_alloc_mrw() 624 mrw->lkey = le32_to_cpu(resp.xid); in bnxt_qplib_alloc_mrw()
|
/drivers/net/usb/ |
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/target/tcm_fc/ |
D | tfc_io.c | 96 __func__, ep->xid); in ft_queue_data_in() 169 __func__, fp, ep->xid, in ft_queue_data_in() 237 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data() 343 if (lport && (ep->xid <= lport->lro_xid)) { in ft_invl_hw_context() 349 ep->xid); in ft_invl_hw_context()
|
D | tfc_cmd.c | 156 "xid <0x%x>\n", __func__, fp, ep->xid); in ft_queue_status() 214 if ((ep->xid <= lport->lro_xid) && in ft_write_pending() 217 lport->tt.ddp_target(lport, ep->xid, in ft_write_pending()
|
/drivers/media/usb/as102/ |
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/ |
D | fcoe.c | 1062 static int fcoe_ddp_setup(struct fc_lport *lport, u16 xid, in fcoe_ddp_setup() argument 1069 xid, sgl, in fcoe_ddp_setup() 1084 static int fcoe_ddp_target(struct fc_lport *lport, u16 xid, in fcoe_ddp_target() argument 1090 return netdev->netdev_ops->ndo_fcoe_ddp_target(netdev, xid, in fcoe_ddp_target() 1104 static int fcoe_ddp_done(struct fc_lport *lport, u16 xid) in fcoe_ddp_done() argument 1109 return netdev->netdev_ops->ndo_fcoe_ddp_done(netdev, xid); in fcoe_ddp_done()
|
/drivers/hid/ |
D | hid-wiimote-modules.c | 554 __u8 xid, yid; in wiimod_ir_in_ir() local 562 xid = ABS_HAT0X; in wiimod_ir_in_ir() 566 xid = ABS_HAT1X; in wiimod_ir_in_ir() 570 xid = ABS_HAT2X; in wiimod_ir_in_ir() 574 xid = ABS_HAT3X; in wiimod_ir_in_ir() 600 input_report_abs(wdata->ir, xid, x); in wiimod_ir_in_ir()
|