Home
last modified time | relevance | path

Searched refs:itd (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/usb/host/
A Dehci-sched.c1280 if (!itd) { in itd_urb_transaction()
1287 memset(itd, 0, sizeof(*itd)); in itd_urb_transaction()
1678 itd->index[i] = -1; in itd_init()
1709 itd->pg = ++pg; in itd_patch()
1733 itd->itd_next = here; in itd_link()
1735 prev->itd = itd; in itd_link()
1736 itd->frame = frame; in itd_link()
1770 if (itd == NULL) { in itd_link_urb()
1780 itd->urb = urb; in itd_link_urb()
1797 itd = NULL; in itd_link_urb()
[all …]
A Dehci-dbg.c109 label, itd->frame, itd, hc32_to_cpu(ehci, itd->hw_next), in dbg_itd()
110 itd->urb); in dbg_itd()
123 hc32_to_cpu(ehci, itd->hw_bufp[0]), in dbg_itd()
124 hc32_to_cpu(ehci, itd->hw_bufp[1]), in dbg_itd()
125 hc32_to_cpu(ehci, itd->hw_bufp[2]), in dbg_itd()
126 hc32_to_cpu(ehci, itd->hw_bufp[3]), in dbg_itd()
131 itd->index[0], itd->index[1], itd->index[2], in dbg_itd()
132 itd->index[3], itd->index[4], itd->index[5], in dbg_itd()
133 itd->index[6], itd->index[7]); in dbg_itd()
710 " itd/%p", p.itd); in fill_periodic_buffer()
[all …]
A Dfotg210-hcd.c147 itd->frame, itd, hc32_to_cpu(fotg210, itd->hw_next), in dbg_itd()
148 itd->urb); in dbg_itd()
172 itd->index[0], itd->index[1], itd->index[2], in dbg_itd()
173 itd->index[3], itd->index[4], itd->index[5], in dbg_itd()
174 itd->index[6], itd->index[7]); in dbg_itd()
1247 dma_pool_free(fotg210->itd_pool, itd, itd->itd_dma); in end_free_itds()
4117 if (!itd) { in itd_urb_transaction()
4124 memset(itd, 0, sizeof(*itd)); in itd_urb_transaction()
4347 prev->itd = itd; in itd_link()
4403 itd); in itd_link_urb()
[all …]
A Dehci-timer.c292 struct ehci_itd *itd, *n; in end_free_itds() local
300 list_for_each_entry_safe(itd, n, &ehci->cached_itd_list, itd_list) { in end_free_itds()
301 list_del(&itd->itd_list); in end_free_itds()
302 dma_pool_free(ehci->itd_pool, itd, itd->itd_dma); in end_free_itds()
303 if (itd == ehci->last_itd_to_free) in end_free_itds()
A Dfotg210.h391 struct fotg210_itd *itd; /* Q_TYPE_ITD */ member
A Dehci.h362 struct ehci_itd *itd; /* Q_TYPE_ITD */ member
/linux/drivers/net/ethernet/intel/ixgbevf/
A Dipsec.c459 struct ixgbevf_ipsec_tx_data *itd) in ixgbevf_ipsec_tx() argument
496 itd->pfsa = tsa->pfsa - IXGBE_IPSEC_BASE_TX_INDEX; in ixgbevf_ipsec_tx()
501 itd->flags |= IXGBE_ADVTXD_TUCMD_IPSEC_TYPE_ESP | in ixgbevf_ipsec_tx()
504 itd->flags |= IXGBE_ADVTXD_TUCMD_IPV4; in ixgbevf_ipsec_tx()
531 itd->trailer_len = authlen + 2 + padlen; in ixgbevf_ipsec_tx()
535 itd->flags |= IXGBE_ADVTXD_TUCMD_IPSEC_ENCRYPT_EN; in ixgbevf_ipsec_tx()
A Dixgbevf.h470 struct ixgbevf_ipsec_tx_data *itd);
482 struct ixgbevf_ipsec_tx_data *itd) in ixgbevf_ipsec_tx() argument
A Dixgbevf_main.c3749 struct ixgbevf_ipsec_tx_data *itd) in ixgbevf_tso() argument
3829 fceof_saidx |= itd->pfsa; in ixgbevf_tso()
3830 type_tucmd |= itd->flags | itd->trailer_len; in ixgbevf_tso()
3845 struct ixgbevf_ipsec_tx_data *itd) in ixgbevf_tx_csum() argument
3885 fceof_saidx |= itd->pfsa; in ixgbevf_tx_csum()
3886 type_tucmd |= itd->flags | itd->trailer_len; in ixgbevf_tx_csum()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ipsec.c1068 struct ixgbe_ipsec_tx_data *itd) in ixgbe_ipsec_tx() argument
1090 itd->sa_idx = xs->xso.offload_handle - IXGBE_IPSEC_BASE_TX_INDEX; in ixgbe_ipsec_tx()
1091 if (unlikely(itd->sa_idx >= IXGBE_IPSEC_MAX_SA_COUNT)) { in ixgbe_ipsec_tx()
1093 __func__, itd->sa_idx, xs->xso.offload_handle); in ixgbe_ipsec_tx()
1097 tsa = &ipsec->tx_tbl[itd->sa_idx]; in ixgbe_ipsec_tx()
1100 __func__, itd->sa_idx); in ixgbe_ipsec_tx()
1108 itd->flags |= IXGBE_ADVTXD_TUCMD_IPSEC_TYPE_ESP | in ixgbe_ipsec_tx()
1111 itd->flags |= IXGBE_ADVTXD_TUCMD_IPV4; in ixgbe_ipsec_tx()
1138 itd->trailer_len = authlen + 2 + padlen; in ixgbe_ipsec_tx()
1142 itd->flags |= IXGBE_ADVTXD_TUCMD_IPSEC_ENCRYPT_EN; in ixgbe_ipsec_tx()
A Dixgbe.h1030 struct ixgbe_ipsec_tx_data *itd);
1043 struct ixgbe_ipsec_tx_data *itd) { return 0; } in ixgbe_ipsec_tx() argument
A Dixgbe_main.c7956 struct ixgbe_ipsec_tx_data *itd) in ixgbe_tso() argument
8045 fceof_saidx |= itd->sa_idx; in ixgbe_tso()
8046 type_tucmd |= itd->flags | itd->trailer_len; in ixgbe_tso()
8061 struct ixgbe_ipsec_tx_data *itd) in ixgbe_tx_csum() argument
8103 fceof_saidx |= itd->sa_idx; in ixgbe_tx_csum()
8104 type_tucmd |= itd->flags | itd->trailer_len; in ixgbe_tx_csum()
/linux/sound/pci/au88x0/
A Dau88x0_a3d.h40 a3d_Itd_t itd; member
A Dau88x0_a3d.c698 static void vortex_a3d_coord2itd(a3d_Itd_t itd, int *coord) in vortex_a3d_coord2itd() argument
793 a3dsrc_SetItdTarget(a, a->itd[0], a->itd[1]); in snd_vortex_a3d_itd_put()
794 a3dsrc_SetItdCurrent(a, a->itd[0], a->itd[1]); in snd_vortex_a3d_itd_put()

Completed in 75 milliseconds