Searched refs:pending_bytes (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 242 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0; in __qla_copy_purex_to_buffer() local 265 pending_bytes = total_bytes = tpad; in __qla_copy_purex_to_buffer() 266 no_bytes = (pending_bytes > sizeof(purex->els_frame_payload)) ? in __qla_copy_purex_to_buffer() 267 sizeof(purex->els_frame_payload) : pending_bytes; in __qla_copy_purex_to_buffer() 271 pending_bytes -= no_bytes; in __qla_copy_purex_to_buffer() 297 no_bytes = (pending_bytes > sizeof(new_pkt->data)) ? in __qla_copy_purex_to_buffer() 298 sizeof(new_pkt->data) : pending_bytes; in __qla_copy_purex_to_buffer() 303 pending_bytes -= no_bytes; in __qla_copy_purex_to_buffer() 318 if (pending_bytes != 0 || entry_count_remaining != 0) { in __qla_copy_purex_to_buffer() 861 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes in qla27xx_copy_multiple_pkt() local 1158 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0; qla27xx_copy_fpin_pkt() local [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | vfio.h | 511 * pending_bytes: (read only) 550 * a. Read pending_bytes, indicating the start of a new iteration to get device 551 * data. Repeated read on pending_bytes at this stage should have no side 553 * If pending_bytes == 0, the user application should not iterate to get data 555 * If pending_bytes > 0, perform the following steps. 568 * f. Read pending_bytes, which indicates that the data from the previous 569 * iteration has been read. If pending_bytes > 0, go to step b. 574 * (stop-and-copy) until pending_bytes is 0. 619 __u64 pending_bytes; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | vfio.h | 143 __u64 pending_bytes; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | vfio.h | 143 __u64 pending_bytes; member
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 869 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0; in qla27xx_copy_fpin_pkt() local 877 pending_bytes = total_bytes; in qla27xx_copy_fpin_pkt() 879 no_bytes = (pending_bytes > sizeof(purex->els_frame_payload)) ? in qla27xx_copy_fpin_pkt() 880 sizeof(purex->els_frame_payload) : pending_bytes; in qla27xx_copy_fpin_pkt() 893 pending_bytes -= no_bytes; in qla27xx_copy_fpin_pkt() 926 no_bytes = (pending_bytes > sizeof(new_pkt->data)) ? in qla27xx_copy_fpin_pkt() 927 sizeof(new_pkt->data) : pending_bytes; in qla27xx_copy_fpin_pkt() 933 pending_bytes -= no_bytes; in qla27xx_copy_fpin_pkt() 948 if (pending_bytes != 0 || entry_count_remaining != 0) { in qla27xx_copy_fpin_pkt()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | vfio.h | 453 __u64 pending_bytes; member
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | lan78xx.c | 3834 unsigned int pending_bytes; in lan78xx_tx_buf_fill() local 3839 lan78xx_tx_pend_skb_get(dev, &skb, &pending_bytes); in lan78xx_tx_buf_fill() 3848 lan78xx_tx_pend_skb_head_add(dev, skb, &pending_bytes); in lan78xx_tx_buf_fill()
|
Completed in 22 milliseconds