Searched refs:no_bytes (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/boot/romimage/ |
H A D | mmcif-sh7724.c | 37 asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) in mmcif_loader() argument 71 (no_bytes + SH_MMCIF_BBS - 1) / SH_MMCIF_BBS, in mmcif_loader()
|
/kernel/linux/linux-6.6/arch/sh/boot/romimage/ |
H A D | mmcif-sh7724.c | 37 asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) in mmcif_loader() argument 71 (no_bytes + SH_MMCIF_BBS - 1) / SH_MMCIF_BBS, in mmcif_loader()
|
/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 266 no_bytes = (pending_bytes > sizeof(purex->els_frame_payload)) ? in __qla_copy_purex_to_buffer() 269 memcpy(buf, &purex->els_frame_payload[0], no_bytes); in __qla_copy_purex_to_buffer() 270 buffer_copy_offset += no_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() 299 if ((buffer_copy_offset + no_bytes) <= total_bytes) { in __qla_copy_purex_to_buffer() 301 no_bytes); in __qla_copy_purex_to_buffer() 302 buffer_copy_offset += no_bytes; in __qla_copy_purex_to_buffer() 303 pending_bytes -= no_bytes; in __qla_copy_purex_to_buffer() 861 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0; 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/drivers/i2c/busses/ |
H A D | i2c-nomadik.c | 488 static void fill_tx_fifo(struct nmk_i2c_dev *dev, int no_bytes) in fill_tx_fifo() argument 492 for (count = (no_bytes - 2); in fill_tx_fifo()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-nomadik.c | 488 static void fill_tx_fifo(struct nmk_i2c_dev *dev, int no_bytes) in fill_tx_fifo() argument 492 for (count = (no_bytes - 2); in fill_tx_fifo()
|
/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 879 no_bytes = (pending_bytes > sizeof(purex->els_frame_payload)) ? in qla27xx_copy_fpin_pkt() 891 memcpy(fpin_pkt, &purex->els_frame_payload[0], no_bytes); in qla27xx_copy_fpin_pkt() 892 buffer_copy_offset += no_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() 928 if ((buffer_copy_offset + no_bytes) <= total_bytes) { in qla27xx_copy_fpin_pkt() 931 no_bytes); in qla27xx_copy_fpin_pkt() 932 buffer_copy_offset += no_bytes; in qla27xx_copy_fpin_pkt() 933 pending_bytes -= no_bytes; in qla27xx_copy_fpin_pkt() [all...] |
Completed in 9 milliseconds