/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/ |
H A D | erdma_qp.c | 209 u32 sgl_offset, __le32 *length_field) in fill_inline_data() 249 *length_field = cpu_to_le32(bytes); in fill_inline_data() 255 u16 wqe_idx, u32 sgl_offset, __le32 *length_field) in fill_sgl() 281 *length_field = cpu_to_le32(bytes); in fill_sgl() 298 __le32 *length_field; in erdma_push_one_sqe() local 340 length_field = &write_sqe->length; in erdma_push_one_sqe() 388 length_field = &send_sqe->length; in erdma_push_one_sqe() 465 length_field); in erdma_push_one_sqe() 471 ret = fill_sgl(qp, send_wr, idx, sgl_offset, length_field); in erdma_push_one_sqe() 207 fill_inline_data(struct erdma_qp *qp, const struct ib_send_wr *send_wr, u16 wqe_idx, u32 sgl_offset, __le32 *length_field) fill_inline_data() argument 254 fill_sgl(struct erdma_qp *qp, const struct ib_send_wr *send_wr, u16 wqe_idx, u32 sgl_offset, __le32 *length_field) fill_sgl() argument
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 366 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()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 366 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()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 1864 u32 field, length_field, remainder; in cdnsp_queue_bulk_tx() local 1976 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_bulk_tx() 1982 length_field, in cdnsp_queue_bulk_tx() 2014 u32 field, length_field, zlp = 0; in cdnsp_queue_ctrl_tx() local 2052 length_field = TRB_LEN(preq->request.length) | in cdnsp_queue_ctrl_tx() 2057 upper_32_bits(preq->request.dma), length_field, in cdnsp_queue_ctrl_tx() 2212 u32 field, length_field; in cdnsp_queue_isoc_tx() local 2280 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_isoc_tx() 2286 length_field |= TRB_TD_SIZE(remainder); in cdnsp_queue_isoc_tx() 2288 length_field | in cdnsp_queue_isoc_tx() [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 3456 u32 field, length_field, remainder; in xhci_queue_bulk_tx() local 3556 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx() 3563 length_field, in xhci_queue_bulk_tx() 3686 u32 length_field, remainder; in xhci_queue_ctrl_tx() local 3702 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx() 3710 length_field, in xhci_queue_ctrl_tx() 3909 u32 field, length_field; in xhci_queue_isoc_tx() local 4019 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx() 4024 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx() 4026 length_field | in xhci_queue_isoc_tx() [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 3606 u32 field, length_field, remainder; in xhci_queue_bulk_tx() local 3706 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx() 3713 length_field, in xhci_queue_bulk_tx() 3836 u32 length_field, remainder; in xhci_queue_ctrl_tx() local 3852 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx() 3860 length_field, in xhci_queue_ctrl_tx() 4059 u32 field, length_field; in xhci_queue_isoc_tx() local 4169 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx() 4174 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx() 4176 length_field | in xhci_queue_isoc_tx() [all...] |