Searched defs:first_seg (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Dxhci-dbg.c358 struct xhci_segment *first_seg = ring->first_seg; local
359 xhci_debug_segment(xhci, first_seg);
365 for (seg = first_seg->next; seg != first_seg; seg = seg->next)
H A Dxhci.h1272 struct xhci_segment *first_seg; member in struct:xhci_ring
/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);
269 mtt->first_seg * dev->limits.mtt_seg_size +
322 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size +
343 mtts = mthca_table_find(dev->mr_table.mtt_table, mtt->first_seg +
478 mr->mtt->first_seg * de
[all...]
/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c234 u32 first_seg; local
239 first_seg = offset / (1 << log_mtts_per_seg);
241 mlx4_buddy_free(&mr_table->mtt_buddy, first_seg, seg_order);
/drivers/net/ethernet/micrel/
H A Dksz884x.c903 u32 first_seg:1; member in struct:ksz_desc_tx_buf
923 u32 first_seg:1;
3995 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1;

Completed in 335 milliseconds