Home
last modified time | relevance | path

Searched refs:length_field (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/erdma/
Derdma_qp.c206 u32 sgl_offset, __le32 *length_field) in fill_inline_data() argument
246 *length_field = cpu_to_le32(bytes); in fill_inline_data()
252 u16 wqe_idx, u32 sgl_offset, __le32 *length_field) in fill_sgl() argument
278 *length_field = cpu_to_le32(bytes); in fill_sgl()
294 __le32 *length_field; in erdma_push_one_sqe() local
336 length_field = &write_sqe->length; in erdma_push_one_sqe()
384 length_field = &send_sqe->length; in erdma_push_one_sqe()
433 length_field); in erdma_push_one_sqe()
439 ret = fill_sgl(qp, send_wr, idx, sgl_offset, length_field); in erdma_push_one_sqe()
/linux-6.1.9/drivers/media/pci/bt8xx/
Ddst_ca.c366 u8 length_field = 0, word_count = 0, count = 0; in asn_1_decode() local
369 length_field = asn_1_array[0]; in asn_1_decode()
370 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field); in asn_1_decode()
371 if (length_field < 0x80) { in asn_1_decode()
372 length = length_field & 0x7f; in asn_1_decode()
375 word_count = length_field & 0x7f; in asn_1_decode()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c1859 u32 field, length_field, remainder; in cdnsp_queue_bulk_tx() local
1971 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_bulk_tx()
1977 length_field, in cdnsp_queue_bulk_tx()
2009 u32 field, length_field, zlp = 0; in cdnsp_queue_ctrl_tx() local
2047 length_field = TRB_LEN(preq->request.length) | in cdnsp_queue_ctrl_tx()
2052 upper_32_bits(preq->request.dma), length_field, in cdnsp_queue_ctrl_tx()
2205 u32 field, length_field; in cdnsp_queue_isoc_tx() local
2259 length_field = TRB_LEN(trb_buff_len) | TRB_INTR_TARGET(0); in cdnsp_queue_isoc_tx()
2264 length_field |= TRB_TD_SIZE(remainder); in cdnsp_queue_isoc_tx()
2266 length_field |= TRB_TD_SIZE_TBC(burst_count); in cdnsp_queue_isoc_tx()
[all …]
/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c3536 u32 field, length_field, remainder; in xhci_queue_bulk_tx() local
3636 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx()
3643 length_field, in xhci_queue_bulk_tx()
3766 u32 length_field, remainder; in xhci_queue_ctrl_tx() local
3782 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx()
3790 length_field, in xhci_queue_ctrl_tx()
3989 u32 field, length_field; in xhci_queue_isoc_tx() local
4099 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx()
4104 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()
4106 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
[all …]