/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-mem.c | 81 struct xhci_segment *first_seg; in xhci_ring_free() local 85 first_seg = ring->first_seg; in xhci_ring_free() 86 seg = first_seg->next; in xhci_ring_free() 87 while (seg != first_seg) { in xhci_ring_free() 92 xhci_segment_free(first_seg); in xhci_ring_free() 250 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info() 251 ring->enq_seg = ring->first_seg; in xhci_initialize_ring_info() 253 ring->deq_seg = ring->first_seg; in xhci_initialize_ring_info() 313 ring->first_seg = xhci_segment_alloc(); in xhci_ring_alloc() 314 BUG_ON(!ring->first_seg); in xhci_ring_alloc() [all …]
|
H A D | xhci.h | 1010 struct xhci_segment *first_seg; member
|
H A D | xhci-ring.c | 61 (seg->next == ring->first_seg)); in last_trb_on_last_seg()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 237 seg = first_seg; in cdnsp_update_stream_segment_mapping() 246 } while (seg != first_seg); in cdnsp_update_stream_segment_mapping() 252 seg = first_seg; in cdnsp_update_stream_segment_mapping() 258 } while (seg != first_seg); in cdnsp_update_stream_segment_mapping() 267 seg = ring->first_seg; in cdnsp_remove_stream_mapping() 271 } while (seg != ring->first_seg); in cdnsp_remove_stream_mapping() 287 if (ring->first_seg) { in cdnsp_ring_free() 299 ring->enqueue = ring->first_seg->trbs; in cdnsp_initialize_ring_info() 300 ring->enq_seg = ring->first_seg; in cdnsp_initialize_ring_info() 302 ring->deq_seg = ring->first_seg; in cdnsp_initialize_ring_info() [all …]
|
H A D | cdnsp-gadget.c | 1371 seg = pdev->cmd_ring->first_seg; in cdnsp_clear_cmd_ring() 1381 (pdev->cmd_ring->first_seg->dma & (u64)~CMD_RING_RSVD_BITS) | in cdnsp_clear_cmd_ring()
|
H A D | cdnsp-gadget.h | 1253 struct cdnsp_segment *first_seg; member
|
H A D | cdnsp-ring.c | 101 return cdnsp_last_trb_on_seg(seg, trb) && (seg->next == ring->first_seg); in cdnsp_last_trb_on_ring()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_mr.c | 44 u32 first_seg; member 224 mtt->first_seg = mthca_alloc_mtt_range(dev, mtt->order, buddy); in __mthca_alloc_mtt() 225 if (mtt->first_seg == -1) { in __mthca_alloc_mtt() 243 mthca_buddy_free(mtt->buddy, mtt->first_seg, mtt->order); in mthca_free_mtt() 246 mtt->first_seg, in mthca_free_mtt() 247 mtt->first_seg + (1 << mtt->order) - 1); in mthca_free_mtt() 267 mtt->first_seg * dev->limits.mtt_seg_size + in __mthca_write_mtt() 320 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size + in mthca_tavor_write_mtt_seg() 341 mtts = mthca_table_find(dev->mr_table.mtt_table, mtt->first_seg + in mthca_arbel_write_mtt_seg() 475 mr->mtt->first_seg * dev->limits.mtt_seg_size); in mthca_mr_alloc()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 222 struct xhci_segment *first_seg, in xhci_update_stream_segment_mapping() argument 233 seg = first_seg; in xhci_update_stream_segment_mapping() 242 } while (seg != first_seg); in xhci_update_stream_segment_mapping() 248 seg = first_seg; in xhci_update_stream_segment_mapping() 254 } while (seg != first_seg); in xhci_update_stream_segment_mapping() 266 seg = ring->first_seg; in xhci_remove_stream_mapping() 270 } while (seg != ring->first_seg); in xhci_remove_stream_mapping() 287 if (ring->first_seg) { in xhci_ring_free() 301 ring->enq_seg = ring->first_seg; in xhci_initialize_ring_info() 303 ring->deq_seg = ring->first_seg; in xhci_initialize_ring_info() [all …]
|
H A 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()
|
H A D | xhci-debugfs.c | 219 struct xhci_segment *seg = ring->first_seg; in xhci_ring_trb_show()
|
H A D | xhci.c | 43 struct xhci_segment *seg = ring->first_seg; in td_on_ring() 51 } while (seg && seg != ring->first_seg); in td_on_ring() 745 ring->deq_seg = ring->first_seg; in xhci_clear_command_ring() 746 ring->dequeue = ring->first_seg->trbs; in xhci_clear_command_ring()
|
H A D | xhci.h | 1373 struct xhci_segment *first_seg; member
|
H A D | xhci-ring.c | 101 return last_trb_on_seg(seg, trb) && (seg->next == ring->first_seg); in last_trb_on_ring()
|
/openbmc/linux/net/ipv6/ |
H A D | seg6_iptunnel.c | 206 __u8 first_seg = osrh->first_segment; in seg6_do_srh_encap_red() local 219 if (first_seg > 0) { in seg6_do_srh_encap_red() 261 hdr->daddr = osrh->segments[first_seg]; in seg6_do_srh_encap_red() 275 if (unlikely(!first_seg)) { in seg6_do_srh_encap_red() 284 tlv_offset = sizeof(*osrh) + (first_seg + 1) * sizeof(struct in6_addr); in seg6_do_srh_encap_red()
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_ring.c | 197 cdesc->first_seg = first; in safexcel_add_cdesc() 242 rdesc->first_seg = first; in safexcel_add_rdesc()
|
H A D | safexcel.h | 524 u8 first_seg:1; member 619 u8 first_seg:1; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A 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()
|
H A D | mlx4.h | 992 void __mlx4_free_mtt_range(struct mlx4_dev *dev, u32 first_seg, int order);
|
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/ |
H A D | 0002-Add-debug-prefix-map-option.patch | 270 first_seg = seg_alloc();
|
/openbmc/linux/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 827 u32 first_seg:1; member 847 u32 first_seg:1; 3607 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1; in hw_alloc_pkt()
|