Home
last modified time | relevance | path

Searched refs:first_seg (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c224 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 …]
H A Dxhci-dbgcap.c31 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()
H A Dxhci-debugfs.c218 struct xhci_segment *seg = ring->first_seg; in xhci_ring_trb_show()
H A Dxhci.c42 struct xhci_segment *seg = ring->first_seg; in td_on_ring()
50 } while (seg && seg != ring->first_seg); in td_on_ring()
882 ring->deq_seg = ring->first_seg; in xhci_clear_command_ring()
883 ring->dequeue = ring->first_seg->trbs; in xhci_clear_command_ring()
H A Dxhci.h1615 struct xhci_segment *first_seg; member
H A Dxhci-ring.c102 return last_trb_on_seg(seg, trb) && (seg->next == ring->first_seg); in last_trb_on_ring()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c82 struct xhci_segment *first_seg; in xhci_ring_free() local
86 first_seg = ring->first_seg; in xhci_ring_free()
87 seg = first_seg->next; in xhci_ring_free()
88 while (seg != first_seg) { in xhci_ring_free()
93 xhci_segment_free(first_seg); in xhci_ring_free()
251 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()
252 ring->enq_seg = ring->first_seg; in xhci_initialize_ring_info()
254 ring->deq_seg = ring->first_seg; in xhci_initialize_ring_info()
314 ring->first_seg = xhci_segment_alloc(); in xhci_ring_alloc()
315 BUG_ON(!ring->first_seg); in xhci_ring_alloc()
[all …]
H A Dxhci-ring.c62 (seg->next == ring->first_seg)); in last_trb_on_last_seg()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c44 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/pci/
H A Drtl8822be_recv.c47 u8 first_seg = 0, last_seg = 0; in rtl8822be_wait_rxrdy() local
58 first_seg = (u1Byte)GET_RX_BD_FS(rx_bd); in rtl8822be_wait_rxrdy()
64 total_len, first_seg, last_seg, read_cnt, in rtl8822be_wait_rxrdy()
78 first_seg = (u1Byte)GET_RX_BD_FS(rx_bd); in rtl8822be_wait_rxrdy()
96 first_seg = (u1Byte) GET_RX_BD_FS(rx_bd); in rtl8822be_wait_rxrdy()
108 first_seg, last_seg, read_cnt); in rtl8822be_wait_rxrdy()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c1017 struct rte_mbuf *first_seg; in eth_igb_recv_scattered_pkts() local
1041 first_seg = rxq->pkt_first_seg; in eth_igb_recv_scattered_pkts()
1141 if (first_seg == NULL) { in eth_igb_recv_scattered_pkts()
1142 first_seg = rxm; in eth_igb_recv_scattered_pkts()
1143 first_seg->pkt_len = data_len; in eth_igb_recv_scattered_pkts()
1144 first_seg->nb_segs = 1; in eth_igb_recv_scattered_pkts()
1146 first_seg->pkt_len += data_len; in eth_igb_recv_scattered_pkts()
1147 first_seg->nb_segs++; in eth_igb_recv_scattered_pkts()
1173 first_seg->pkt_len -= RTE_ETHER_CRC_LEN; in eth_igb_recv_scattered_pkts()
1176 first_seg->nb_segs--; in eth_igb_recv_scattered_pkts()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_ring.c197 cdesc->first_seg = first; in safexcel_add_cdesc()
242 rdesc->first_seg = first; in safexcel_add_rdesc()
H A Dsafexcel.h523 u8 first_seg:1; member
618 u8 first_seg:1; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c432 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c219 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()
H A Dmlx4.h984 void __mlx4_free_mtt_range(struct mlx4_dev *dev, u32 first_seg, int order);
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1011 struct xhci_segment *first_seg; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch238 first_seg = seg_alloc();
/OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/
H A Dksz884x.c895 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()