/drivers/scsi/bnx2fc/ |
D | bnx2fc_io.c | 229 io_req->xid); in bnx2fc_scsi_done() 249 u16 xid; in bnx2fc_cmd_mgr_alloc() local 301 xid = BNX2FC_MIN_XID; in bnx2fc_cmd_mgr_alloc() 314 io_req->xid = xid++; in bnx2fc_cmd_mgr_alloc() 317 &cmgr->free_list[io_req->xid % in bnx2fc_cmd_mgr_alloc() 434 u16 xid; in bnx2fc_elstm_alloc() local 470 xid = io_req->xid; in bnx2fc_elstm_alloc() 471 cmd_mgr->cmds[xid] = io_req; in bnx2fc_elstm_alloc() 485 bd_tbl = io_req->bd_tbl = cmd_mgr->io_bdt_pool[xid]; in bnx2fc_elstm_alloc() 503 u16 xid; in bnx2fc_cmd_alloc() local [all …]
|
D | bnx2fc_els.c | 37 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl() 47 rrq_req->xid); in bnx2fc_rrq_compl() 71 aborted_io_req->xid); in bnx2fc_send_rrq() 85 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq() 104 aborted_io_req->xid); in bnx2fc_send_rrq() 275 orig_io_req->xid); in bnx2fc_srr_compl() 285 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl() 304 orig_io_req->xid); in bnx2fc_srr_compl() 312 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl() 350 orig_io_req->xid); in bnx2fc_srr_compl() [all …]
|
D | bnx2fc_hwi.c | 631 u16 xid; in bnx2fc_process_unsol_compl() local 695 xid = err_entry->fc_hdr.ox_id; in bnx2fc_process_unsol_compl() 696 BNX2FC_TGT_DBG(tgt, "Unsol Error Frame OX_ID = 0x%x\n", xid); in bnx2fc_process_unsol_compl() 704 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl() 706 xid); in bnx2fc_process_unsol_compl() 710 task_idx = xid / BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl() 711 index = xid % BNX2FC_TASKS_PER_PAGE; in bnx2fc_process_unsol_compl() 716 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl() 751 "in ABTS processing\n", xid); in bnx2fc_process_unsol_compl() 765 xid); in bnx2fc_process_unsol_compl() [all …]
|
D | bnx2fc_debug.c | 20 io_req->xid, &vaf); in BNX2FC_IO_DBG()
|
D | bnx2fc.h | 434 u16 xid; member 535 void bnx2fc_add_2_sq(struct bnx2fc_rport *tgt, u16 xid);
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 67 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) in ixgbe_fcoe_ddp_put() argument 78 if (xid >= IXGBE_FCOE_DDP_MAX) in ixgbe_fcoe_ddp_put() 83 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put() 93 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put() 96 (xid | IXGBE_FCDMARW_WE)); in ixgbe_fcoe_ddp_put() 100 (xid | IXGBE_FCDMARW_RE)); in ixgbe_fcoe_ddp_put() 129 static int ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, in ixgbe_fcoe_ddp_setup() argument 153 if (xid >= IXGBE_FCOE_DDP_MAX) { in ixgbe_fcoe_ddp_setup() 154 e_warn(drv, "xid=0x%x out-of-range\n", xid); in ixgbe_fcoe_ddp_setup() 164 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_setup() [all …]
|
D | ixgbe.h | 720 extern int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, 722 extern int ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, 724 extern int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid);
|
/drivers/s390/net/ |
D | ctcm_mpc.c | 855 priv->xid->xid2_flag2 = 0x00; in mpc_action_go_ready() 982 ch->xid = (struct xid2 *)skb_tail_pointer(ch->xid_skb); in mpc_channel_action() 993 ch->xid->xid2_dlc_type = in mpc_channel_action() 998 ch->xid->xid2_buf_len = 0x00; in mpc_channel_action() 1210 mpcginfo->xid = thisxid; in ctcmpc_unpack_skb() 1315 grp->xid = (struct xid2 *)skb_tail_pointer(grp->xid_skb); in ctcmpc_init_mpc_group() 1317 grp->xid->xid2_adj_id = jiffies | 0xfff00000; in ctcmpc_init_mpc_group() 1318 grp->xid->xid2_sender_id = jiffies; in ctcmpc_init_mpc_group() 1336 priv->xid = grp->xid; in ctcmpc_init_mpc_group() 1562 struct xid2 *xid = mpcginfo->xid; in mpc_validate_xid() local [all …]
|
D | ctcm_mpc.h | 152 struct xid2 *xid; member 182 struct xid2 *xid; member
|
D | ctcm_main.h | 180 struct xid2 *xid; member 207 struct xid2 *xid; /* MPC only */ member
|
D | ctcm_main.c | 1091 kfree(priv->xid); in ctcm_free_netdevice() 1092 priv->xid = NULL; in ctcm_free_netdevice()
|
/drivers/scsi/libfc/ |
D | fc_exch.c | 452 index = (ep->xid - ep->em->min_xid) >> fc_cpu_order; in fc_exch_delete() 788 ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid; in fc_exch_em_alloc() 832 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) in fc_exch_find() argument 837 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find() 838 pool = per_cpu_ptr(mp->pool, xid & fc_cpu_mask); in fc_exch_find() 840 ep = fc_exch_ptr_get(pool, (xid - mp->min_xid) >> fc_cpu_order); in fc_exch_find() 841 if (ep && ep->xid == xid) in fc_exch_find() 900 ep->rxid = ep->xid; in fc_exch_resp() 931 u16 xid; in fc_seq_lookup_recip() local 940 xid = ntohs(fh->fh_ox_id); /* we originated exch */ in fc_seq_lookup_recip() [all …]
|
D | fc_libfc.h | 89 exch->xid, ##args)) 110 void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid);
|
D | fc_fcp.c | 304 void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid) in fc_fcp_ddp_setup() argument 311 if (lport->tt.ddp_setup(lport, xid, scsi_sglist(fsp->cmd), in fc_fcp_ddp_setup() 313 fsp->xfer_ddp = xid; in fc_fcp_ddp_setup()
|
/drivers/net/usb/ |
D | rndis_host.c | 113 u32 xid = 0, msg_len, request_id, msg_type, rsp, in rndis_command() local 124 xid = dev->xid++; in rndis_command() 125 if (!xid) in rndis_command() 126 xid = dev->xid++; in rndis_command() 127 buf->request_id = (__force __le32) xid; in rndis_command() 137 if (unlikely(retval < 0 || xid == 0)) in rndis_command() 170 if (likely(request_id == xid)) { in rndis_command() 183 request_id, xid); in rndis_command()
|
D | net1080.c | 479 header->packet_id = cpu_to_le16((u16)dev->xid++); in net1080_tx_fixup()
|
/drivers/target/tcm_fc/ |
D | tfc_io.c | 110 __func__, ep->xid); in ft_queue_data_in() 185 __func__, fp, ep->xid, in ft_queue_data_in() 243 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data() 349 if (lport && (ep->xid <= lport->lro_xid)) in ft_invl_hw_context() 355 ep->xid); in ft_invl_hw_context()
|
D | tfc_cmd.c | 221 if ((ep->xid <= lport->lro_xid) && in ft_write_pending() 224 lport->tt.ddp_target(lport, ep->xid, in ft_write_pending()
|
/drivers/staging/media/as102/ |
D | as10x_cmd.c | 411 uint16_t xid, uint16_t cmd_len) in as10x_cmd_build() argument 413 pcmd->header.req_id = cpu_to_le16(xid); in as10x_cmd_build()
|
/drivers/scsi/fcoe/ |
D | fcoe.c | 1025 static int fcoe_ddp_setup(struct fc_lport *lport, u16 xid, in fcoe_ddp_setup() argument 1032 xid, sgl, in fcoe_ddp_setup() 1047 static int fcoe_ddp_target(struct fc_lport *lport, u16 xid, in fcoe_ddp_target() argument 1053 return netdev->netdev_ops->ndo_fcoe_ddp_target(netdev, xid, in fcoe_ddp_target() 1067 static int fcoe_ddp_done(struct fc_lport *lport, u16 xid) in fcoe_ddp_done() argument 1072 return netdev->netdev_ops->ndo_fcoe_ddp_done(netdev, xid); in fcoe_ddp_done()
|
/drivers/isdn/act2000/ |
D | capi.h | 91 __u8 xid[100]; /* XID Information */ member
|
/drivers/hid/ |
D | hid-wiimote-core.c | 763 bool packed, __u8 xid, __u8 yid) in __ir_to_input() argument 788 input_report_abs(wdata->ir, xid, x); in __ir_to_input()
|