Home
last modified time | relevance | path

Searched refs:last_seg (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_ring.c131 cdesc->last_seg = last; in safexcel_add_cdesc()
182 rdesc->last_seg = last; in safexcel_add_rdesc()
Dsafexcel.h460 u8 last_seg:1; member
552 u8 last_seg:1; member
Dsafexcel.c914 } while (!cdesc->last_seg); in safexcel_complete()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.c433 u8 last_seg = 0; in rtl92ee_rx_check_dma_ok() local
445 last_seg = (u8)get_rx_buffer_desc_ls(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()
451 last_seg = (u8)get_rx_buffer_desc_ls(header_desc); in rtl92ee_rx_check_dma_ok()
/Linux-v5.4/drivers/usb/host/
Dxhci-mem.c144 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { in xhci_link_rings()
145 ring->last_seg->trbs[TRBS_PER_SEGMENT-1].link.control in xhci_link_rings()
149 ring->last_seg = last; in xhci_link_rings()
220 struct xhci_segment *last_seg, in xhci_update_stream_segment_mapping() argument
236 if (seg == last_seg) in xhci_update_stream_segment_mapping()
273 ring->first_seg, ring->last_seg, mem_flags); in xhci_update_stream_mapping()
382 &ring->last_seg, num_segs, cycle_state, type, in xhci_ring_alloc()
390 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control |= in xhci_ring_alloc()
Dxhci.h1596 struct xhci_segment *last_seg; member
/Linux-v5.4/drivers/net/ethernet/micrel/
Dksz884x.c896 u32 last_seg:1; member
914 u32 last_seg:1;
4004 cur->sw.buf.tx.last_seg = 1; in hw_send_pkt()