Searched refs:first_seg (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-mem.c111 struct xhci_segment *first_seg; local
113 if (!ring || !ring->first_seg)
115 first_seg = ring->first_seg;
116 seg = first_seg->next;
118 while (seg != first_seg) {
123 xhci_segment_free(xhci, first_seg);
124 ring->first_seg = NULL;
131 ring->enqueue = ring->first_seg->trbs;
132 ring->enq_seg = ring->first_seg;
[all...]
H A Dxhci-dbg.c333 struct xhci_segment *first_seg = ring->first_seg; local
334 xhci_debug_segment(xhci, first_seg);
340 for (seg = first_seg->next; seg != first_seg; seg = seg->next)
H A Dxhci.h1096 struct xhci_segment *first_seg; member in struct:xhci_ring
H A Dxhci-ring.c101 (seg->next == xhci->event_ring->first_seg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dxhci-mem.c111 struct xhci_segment *first_seg; local
113 if (!ring || !ring->first_seg)
115 first_seg = ring->first_seg;
116 seg = first_seg->next;
118 while (seg != first_seg) {
123 xhci_segment_free(xhci, first_seg);
124 ring->first_seg = NULL;
131 ring->enqueue = ring->first_seg->trbs;
132 ring->enq_seg = ring->first_seg;
[all...]
H A Dxhci-dbg.c333 struct xhci_segment *first_seg = ring->first_seg; local
334 xhci_debug_segment(xhci, first_seg);
340 for (seg = first_seg->next; seg != first_seg; seg = seg->next)
H A Dxhci.h1096 struct xhci_segment *first_seg; member in struct:xhci_ring
H A Dxhci-ring.c101 (seg->next == xhci->event_ring->first_seg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/mlx4/
H A Dmr.c215 mtt->first_seg = mlx4_alloc_mtt_range(dev, mtt->order);
216 if (mtt->first_seg == -1)
230 mlx4_buddy_free(&mr_table->mtt_buddy, mtt->first_seg, mtt->order);
231 mlx4_table_put_range(dev, &mr_table->mtt_table, mtt->first_seg,
232 mtt->first_seg + (1 << mtt->order) - 1);
238 return (u64) mtt->first_seg * dev->caps.mtt_entry_sz;
397 mtts = mlx4_table_find(&priv->mr_table.mtt_table, mtt->first_seg +
603 mtt_seg = fmr->mr.mtt.first_seg * dev->caps.mtt_entry_sz;
606 fmr->mr.mtt.first_seg,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmr.c215 mtt->first_seg = mlx4_alloc_mtt_range(dev, mtt->order);
216 if (mtt->first_seg == -1)
230 mlx4_buddy_free(&mr_table->mtt_buddy, mtt->first_seg, mtt->order);
231 mlx4_table_put_range(dev, &mr_table->mtt_table, mtt->first_seg,
232 mtt->first_seg + (1 << mtt->order) - 1);
238 return (u64) mtt->first_seg * dev->caps.mtt_entry_sz;
397 mtts = mlx4_table_find(&priv->mr_table.mtt_table, mtt->first_seg +
603 mtt_seg = fmr->mr.mtt.first_seg * dev->caps.mtt_entry_sz;
606 fmr->mr.mtt.first_seg,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c44 u32 first_seg; member in struct:mthca_mtt
226 mtt->first_seg = mthca_alloc_mtt_range(dev, mtt->order, buddy);
227 if (mtt->first_seg == -1) {
245 mthca_buddy_free(mtt->buddy, mtt->first_seg, mtt->order);
248 mtt->first_seg,
249 mtt->first_seg + (1 << mtt->order) - 1);
270 mtt->first_seg * dev->limits.mtt_seg_size +
329 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size +
350 mtts = mthca_table_find(dev->mr_table.mtt_table, mtt->first_seg +
486 mr->mtt->first_seg * de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c44 u32 first_seg; member in struct:mthca_mtt
226 mtt->first_seg = mthca_alloc_mtt_range(dev, mtt->order, buddy);
227 if (mtt->first_seg == -1) {
245 mthca_buddy_free(mtt->buddy, mtt->first_seg, mtt->order);
248 mtt->first_seg,
249 mtt->first_seg + (1 << mtt->order) - 1);
270 mtt->first_seg * dev->limits.mtt_seg_size +
329 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size +
350 mtts = mthca_table_find(dev->mr_table.mtt_table, mtt->first_seg +
486 mr->mtt->first_seg * de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/mlx4/
H A Ddevice.h260 u32 first_seg; member in struct:mlx4_mtt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/mlx4/
H A Ddevice.h260 u32 first_seg; member in struct:mlx4_mtt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dksz884x.c903 u32 first_seg:1; member in struct:ksz_desc_tx_buf
923 u32 first_seg:1;
3997 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dksz884x.c903 u32 first_seg:1; member in struct:ksz_desc_tx_buf
923 u32 first_seg:1;
3997 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1;

Completed in 383 milliseconds