Searched refs:last_seg (Results 1 - 5 of 5) sorted by relevance
/drivers/scsi/osd/ |
H A D | osd_initiator.c | 1174 struct _osd_req_data_segment *last_seg, struct _osd_io_info *io) 1181 if (last_seg && 1182 (padding <= last_seg->alloc_size - last_seg->total_bytes)) 1183 pad_buff = last_seg->buff + last_seg->total_bytes; 1221 or->out.last_seg, &or->out); 1225 or->out.last_seg = &or->set_attr; 1330 or->out.last_seg, &or->out); 1333 or->out.last_seg 1172 _req_append_segment(struct osd_request *or, unsigned padding, struct _osd_req_data_segment *seg, struct _osd_req_data_segment *last_seg, struct _osd_io_info *io) argument [all...] |
/drivers/net/wireless/rtlwifi/rtl8192ee/ |
H A D | trx.c | 606 u8 last_seg = 0; local 617 last_seg = (u8)GET_RX_BUFFER_DESC_LS(header_desc); 619 while (total_len == 0 && first_seg == 0 && last_seg == 0) { 623 last_seg = (u8)GET_RX_BUFFER_DESC_LS(header_desc);
|
/drivers/usb/host/ |
H A D | xhci-mem.c | 143 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { 144 ring->last_seg->trbs[TRBS_PER_SEGMENT-1].link.control 148 ring->last_seg = last; 219 struct xhci_segment *last_seg, 235 if (seg == last_seg) 272 ring->first_seg, ring->last_seg, mem_flags); 380 &ring->last_seg, num_segs, cycle_state, type, flags); 387 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control |= 215 xhci_update_stream_segment_mapping( struct radix_tree_root *trb_address_map, struct xhci_ring *ring, struct xhci_segment *first_seg, struct xhci_segment *last_seg, gfp_t mem_flags) argument
|
H A D | xhci.h | 1320 struct xhci_segment *last_seg; member in struct:xhci_ring
|
/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 904 u32 last_seg:1; member in struct:ksz_desc_tx_buf 922 u32 last_seg:1; 4021 cur->sw.buf.tx.last_seg = 1;
|
Completed in 112 milliseconds