Searched refs:num_sent (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/visorbus/ |
H A D | visorchannel.c | 320 sig_hdr.num_sent++; in signalinsert_inner() 329 err = SIG_WRITE_FIELD(channel, queue, &sig_hdr, num_sent); in signalinsert_inner()
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | queue.h | 31 size_t num_sent; member
|
H A D | debug.c | 77 seq_printf(seq, " sent: %zu\n", q->num_sent); in cw1200_queue_status_show()
|
H A D | queue.c | 468 ++queue->num_sent; in cw1200_queue_remove()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | queue.h | 31 size_t num_sent; member
|
H A D | debug.c | 77 seq_printf(seq, " sent: %zu\n", q->num_sent); in cw1200_queue_status_show()
|
H A D | queue.c | 471 ++queue->num_sent; in cw1200_queue_remove()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | visorbus.h | 137 * @num_sent: Total # of signals placed in this queue. 163 u64 num_sent; member
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | io_ti.c | 913 int length, int *num_sent) in bulk_xfer() 920 buffer, length, num_sent, 1000); in bulk_xfer() 912 bulk_xfer(struct usb_serial *serial, void *buffer, int length, int *num_sent) bulk_xfer() argument
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | io_ti.c | 910 int length, int *num_sent) in bulk_xfer() 917 buffer, length, num_sent, 1000); in bulk_xfer() 909 bulk_xfer(struct usb_serial *serial, void *buffer, int length, int *num_sent) bulk_xfer() argument
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 5713 uint32_t num_sent; in lpfc_disc_start() local 5744 num_sent = lpfc_els_disc_adisc(vport); in lpfc_disc_start() 5746 if (num_sent) in lpfc_disc_start() 5783 num_sent = lpfc_els_disc_plogi(vport); in lpfc_disc_start() 5785 if (num_sent) in lpfc_disc_start()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 5935 uint32_t num_sent; in lpfc_disc_start() local 5966 num_sent = lpfc_els_disc_adisc(vport); in lpfc_disc_start() 5968 if (num_sent) in lpfc_disc_start() 6005 num_sent = lpfc_els_disc_plogi(vport); in lpfc_disc_start() 6007 if (num_sent) in lpfc_disc_start()
|
Completed in 35 milliseconds