Searched defs:xid (Results 1 - 15 of 15) sorted by relevance

/drivers/staging/media/as102/
H A Das10x_cmd.c421 * @xid: sequence id of the command
425 uint16_t xid, uint16_t cmd_len)
427 pcmd->header.req_id = cpu_to_le16(xid);
424 as10x_cmd_build(struct as10x_cmd_t *pcmd, uint16_t xid, uint16_t cmd_len) argument
/drivers/net/usb/
H A Drndis_host.c113 u32 xid = 0, msg_len, request_id; local
116 * disconnect(): either serialize, or dispatch responses on xid
119 /* Issue the request; xid is unique, don't bother byteswapping it */
122 xid = dev->xid++;
123 if (!xid)
124 xid = dev->xid++;
125 buf->request_id = (__force __le32) xid;
135 if (unlikely(retval < 0 || xid
[all...]
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c57 * ixgbe_fcoe_ddp_put - free the ddp context for a given xid
59 * @xid: the xid that corresponding ddp will be freed
67 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) argument
78 if (xid >= IXGBE_FCOE_DDP_MAX)
83 ddp = &fcoe->ddp[xid];
93 (xid | IXGBE_FCFLTRW_WE));
96 (xid | IXGBE_FCDMARW_WE));
100 (xid | IXGBE_FCDMARW_RE));
123 * @xid
129 ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc, int target_mode) argument
319 ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) argument
340 ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) argument
370 u16 xid; local
[all...]
/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c36 BNX2FC_ELS_DBG("rrq_compl: orig xid = 0x%x, rrq_xid = 0x%x\n",
37 orig_io_req->xid, rrq_req->xid);
46 BNX2FC_ELS_DBG("rrq xid - 0x%x timed out, clean it up\n",
47 rrq_req->xid);
71 aborted_io_req->xid);
85 rrq.rrq_ox_id = htons(aborted_io_req->xid);
104 aborted_io_req->xid);
275 orig_io_req->xid);
284 BNX2FC_IO_DBG(srr_req, "srr_compl:xid
680 u16 xid; local
[all...]
H A Dbnx2fc_hwi.c624 u16 xid; local
688 xid = err_entry->fc_hdr.ox_id;
689 BNX2FC_TGT_DBG(tgt, "Unsol Error Frame OX_ID = 0x%x\n", xid);
697 if (xid > BNX2FC_MAX_XID) {
698 BNX2FC_TGT_DBG(tgt, "xid(0x%x) out of FW range\n",
699 xid);
703 task_idx = xid / BNX2FC_TASKS_PER_PAGE;
704 index = xid % BNX2FC_TASKS_PER_PAGE;
709 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid];
744 "in ABTS processing\n", xid);
877 u16 xid; local
1390 bnx2fc_add_2_sq(struct bnx2fc_rport *tgt, u16 xid) argument
[all...]
H A Dbnx2fc_io.c229 io_req->xid);
250 u16 xid; local
261 BNX2FC_MISC_DBG("min xid 0x%x, max xid 0x%x\n", min_xid, max_xid);
300 xid = BNX2FC_MIN_XID;
313 io_req->xid = xid++;
316 &cmgr->free_list[io_req->xid %
434 u16 xid; local
470 xid
503 u16 xid; local
703 u16 xid; local
844 u16 xid; local
950 u16 xid; local
1018 u16 xid, orig_xid; local
1957 u16 xid; local
[all...]
H A Dbnx2fc.h400 u16 xid; member in struct:bnx2fc_cmd
500 void bnx2fc_add_2_sq(struct bnx2fc_rport *tgt, u16 xid);
/drivers/s390/net/
H A Dctcm_mpc.c857 priv->xid->xid2_flag2 = 0x00;
984 ch->xid = (struct xid2 *)skb_tail_pointer(ch->xid_skb);
995 ch->xid->xid2_dlc_type =
1000 ch->xid->xid2_buf_len = 0x00;
1096 * BUT..this only applies if xid negot *
1212 mpcginfo->xid = thisxid;
1311 /* base xid for all channels in group */
1317 grp->xid = (struct xid2 *)skb_tail_pointer(grp->xid_skb);
1319 grp->xid->xid2_adj_id = jiffies | 0xfff00000;
1320 grp->xid
1567 struct xid2 *xid = mpcginfo->xid; local
[all...]
H A Dctcm_main.h182 struct xid2 *xid; member in struct:channel
209 struct xid2 *xid; /* MPC only */ member in struct:ctcm_priv
H A Dctcm_mpc.h154 struct xid2 *xid; member in struct:mpcg_info
184 struct xid2 *xid; member in struct:mpc_group
200 fsm_instance *fsm; /* group xid fsm */
/drivers/hid/
H A Dhid-wiimote-core.c763 bool packed, __u8 xid, __u8 yid)
788 input_report_abs(wdata->ir, xid, x);
762 __ir_to_input(struct wiimote_data *wdata, const __u8 *ir, bool packed, __u8 xid, __u8 yid) argument
/drivers/isdn/act2000/
H A Dcapi.h91 __u8 xid[100]; /* XID Information */ member in struct:actcapi_dlpd
/drivers/scsi/libfc/
H A Dfc_exch.c412 index = (ep->xid - ep->em->min_xid) >> fc_cpu_order;
771 ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid;
813 * @xid: The XID of the exchange to look up
815 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) argument
820 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) {
821 pool = per_cpu_ptr(mp->pool, xid & fc_cpu_mask);
823 ep = fc_exch_ptr_get(pool, (xid - mp->min_xid) >> fc_cpu_order);
824 if (ep && ep->xid == xid)
914 u16 xid; local
1040 u16 xid; local
1836 fc_exch_lookup(struct fc_lport *lport, u32 xid) argument
2100 u16 xid; local
2354 u16 xid; local
[all...]
H A Dfc_fcp.c296 * @xid: The XID that will be used for the DDP exchange
298 void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid) argument
305 if (lport->tt.ddp_setup(lport, xid, scsi_sglist(fsp->cmd),
307 fsp->xfer_ddp = xid;
/drivers/scsi/fcoe/
H A Dfcoe.c612 FCOE_NETDEV_DBG(netdev, "Supports LRO for max xid 0x%x\n",
902 * Exclude offload EM xid range from next EM xid range.
969 * @xid: The exchange ID for this DDP transfer
975 static int fcoe_ddp_setup(struct fc_lport *lport, u16 xid, argument
982 xid, sgl,
991 * @xid: The exchange ID for this DDP transfer
997 static int fcoe_ddp_target(struct fc_lport *lport, u16 xid, argument
1003 return netdev->netdev_ops->ndo_fcoe_ddp_target(netdev, xid,
1013 * @xid
1017 fcoe_ddp_done(struct fc_lport *lport, u16 xid) argument
[all...]

Completed in 311 milliseconds