Searched refs:last_seg (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/osd/
H A Dosd_initiator.c1174 struct _osd_req_data_segment *last_seg, struct _osd_io_info *io) _req_append_segment()
1181 if (last_seg && _req_append_segment()
1182 (padding <= last_seg->alloc_size - last_seg->total_bytes)) _req_append_segment()
1183 pad_buff = last_seg->buff + last_seg->total_bytes; _req_append_segment()
1221 or->out.last_seg, &or->out); _osd_req_finalize_set_attr_list()
1225 or->out.last_seg = &or->set_attr; _osd_req_finalize_set_attr_list()
1330 or->out.last_seg, &or->out); _osd_req_finalize_get_attr_list()
1333 or->out.last_seg = &or->enc_get_attr; _osd_req_finalize_get_attr_list()
1347 or->in.last_seg = &or->get_attr; _osd_req_finalize_get_attr_list()
1526 ret = _req_append_segment(or, pad, &seg, or->out.last_seg, _osd_req_finalize_data_integrity()
1530 or->out.last_seg = NULL; _osd_req_finalize_data_integrity()
1547 ret = _req_append_segment(or, pad, &seg, or->in.last_seg, _osd_req_finalize_data_integrity()
1552 or->in.last_seg = NULL; _osd_req_finalize_data_integrity()
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) _req_append_segment() argument
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dtrx.c451 u8 last_seg = 0; rtl92ee_rx_check_dma_ok() local
462 last_seg = (u8)GET_RX_BUFFER_DESC_LS(header_desc); rtl92ee_rx_check_dma_ok()
464 while (total_len == 0 && first_seg == 0 && last_seg == 0) { rtl92ee_rx_check_dma_ok()
468 last_seg = (u8)GET_RX_BUFFER_DESC_LS(header_desc); rtl92ee_rx_check_dma_ok()
/linux-4.1.27/drivers/usb/host/
H A Dxhci-mem.c143 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { xhci_link_rings()
144 ring->last_seg->trbs[TRBS_PER_SEGMENT-1].link.control xhci_link_rings()
148 ring->last_seg = last; xhci_link_rings()
219 struct xhci_segment *last_seg, xhci_update_stream_segment_mapping()
235 if (seg == last_seg) xhci_update_stream_segment_mapping()
272 ring->first_seg, ring->last_seg, mem_flags); xhci_update_stream_mapping()
380 &ring->last_seg, num_segs, cycle_state, type, flags); xhci_ring_alloc()
387 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control |= xhci_ring_alloc()
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) xhci_update_stream_segment_mapping() argument
H A Dxhci.h1327 struct xhci_segment *last_seg; member in struct:xhci_ring
/linux-4.1.27/include/scsi/
H A Dosd_initiator.h147 struct _osd_req_data_segment *last_seg; member in struct:osd_request::_osd_io_info
/linux-4.1.27/drivers/net/ethernet/micrel/
H A Dksz884x.c904 u32 last_seg:1; member in struct:ksz_desc_tx_buf
922 u32 last_seg:1;
4015 cur->sw.buf.tx.last_seg = 1; hw_send_pkt()

Completed in 333 milliseconds