Searched refs:first_seg (Results 1 – 13 of 13) sorted by relevance
/drivers/usb/host/ |
D | xhci-mem.c | 224 struct xhci_segment *first_seg, in xhci_update_stream_segment_mapping() argument 235 seg = first_seg; in xhci_update_stream_segment_mapping() 244 } while (seg != first_seg); in xhci_update_stream_segment_mapping() 250 seg = first_seg; in xhci_update_stream_segment_mapping() 256 } while (seg != first_seg); in xhci_update_stream_segment_mapping() 268 seg = ring->first_seg; in xhci_remove_stream_mapping() 272 } while (seg != ring->first_seg); in xhci_remove_stream_mapping() 278 ring->first_seg, ring->last_seg, mem_flags); in xhci_update_stream_mapping() 289 if (ring->first_seg) { in xhci_ring_free() 292 xhci_free_segments_for_ring(xhci, ring->first_seg); in xhci_ring_free() [all …]
|
D | xhci-dbgcap.c | 31 if (ring->first_seg && ring->first_seg->trbs) { in dbc_ring_free() 33 ring->first_seg->trbs, in dbc_ring_free() 34 ring->first_seg->dma); in dbc_ring_free() 35 kfree(ring->first_seg); in dbc_ring_free() 389 erst->entries[0].seg_addr = cpu_to_le64(evt_ring->first_seg->dma); in dbc_erst_alloc() 440 ring->first_seg = seg; in xhci_dbc_ring_alloc()
|
D | xhci-debugfs.c | 219 struct xhci_segment *seg = ring->first_seg; in xhci_ring_trb_show()
|
D | xhci.c | 45 struct xhci_segment *seg = ring->first_seg; in td_on_ring() 53 } while (seg && seg != ring->first_seg); in td_on_ring() 890 ring->deq_seg = ring->first_seg; in xhci_clear_command_ring() 891 ring->dequeue = ring->first_seg->trbs; in xhci_clear_command_ring()
|
D | xhci.h | 1616 struct xhci_segment *first_seg; member
|
D | xhci-ring.c | 102 return last_trb_on_seg(seg, trb) && (seg->next == ring->first_seg); in last_trb_on_ring()
|
/drivers/infiniband/hw/mthca/ |
D | mthca_mr.c | 44 u32 first_seg; member 226 mtt->first_seg = mthca_alloc_mtt_range(dev, mtt->order, buddy); in __mthca_alloc_mtt() 227 if (mtt->first_seg == -1) { in __mthca_alloc_mtt() 245 mthca_buddy_free(mtt->buddy, mtt->first_seg, mtt->order); in mthca_free_mtt() 248 mtt->first_seg, in mthca_free_mtt() 249 mtt->first_seg + (1 << mtt->order) - 1); in mthca_free_mtt() 269 mtt->first_seg * dev->limits.mtt_seg_size + in __mthca_write_mtt() 322 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size + in mthca_tavor_write_mtt_seg() 343 mtts = mthca_table_find(dev->mr_table.mtt_table, mtt->first_seg + in mthca_arbel_write_mtt_seg() 478 mr->mtt->first_seg * dev->limits.mtt_seg_size); in mthca_mr_alloc()
|
/drivers/crypto/inside-secure/ |
D | safexcel_ring.c | 197 cdesc->first_seg = first; in safexcel_add_cdesc() 242 rdesc->first_seg = first; in safexcel_add_rdesc()
|
D | safexcel.h | 523 u8 first_seg:1; member 618 u8 first_seg:1; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.c | 432 u8 first_seg = 0; in rtl92ee_rx_check_dma_ok() local 443 first_seg = (u8)get_rx_buffer_desc_fs(header_desc); in rtl92ee_rx_check_dma_ok() 447 while (total_len == 0 && first_seg == 0 && last_seg == 0) { in rtl92ee_rx_check_dma_ok() 450 first_seg = (u8)get_rx_buffer_desc_fs(header_desc); in rtl92ee_rx_check_dma_ok()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | mr.c | 219 u32 first_seg; in __mlx4_free_mtt_range() local 224 first_seg = offset / (1 << log_mtts_per_seg); in __mlx4_free_mtt_range() 226 mlx4_buddy_free(&mr_table->mtt_buddy, first_seg, seg_order); in __mlx4_free_mtt_range()
|
D | mlx4.h | 984 void __mlx4_free_mtt_range(struct mlx4_dev *dev, u32 first_seg, int order);
|
/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 895 u32 first_seg:1; member 915 u32 first_seg:1; 3980 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1; in hw_alloc_pkt()
|