Searched refs:no_bytes (Results 1 – 3 of 3) sorted by relevance
37 asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) in mmcif_loader() argument71 (no_bytes + SH_MMCIF_BBS - 1) / SH_MMCIF_BBS, in mmcif_loader()
874 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0; in qla27xx_copy_fpin_pkt() local884 no_bytes = (pending_bytes > sizeof(purex->els_frame_payload)) ? in qla27xx_copy_fpin_pkt()896 memcpy(fpin_pkt, &purex->els_frame_payload[0], no_bytes); in qla27xx_copy_fpin_pkt()897 buffer_copy_offset += no_bytes; in qla27xx_copy_fpin_pkt()898 pending_bytes -= no_bytes; in qla27xx_copy_fpin_pkt()931 no_bytes = (pending_bytes > sizeof(new_pkt->data)) ? in qla27xx_copy_fpin_pkt()933 if ((buffer_copy_offset + no_bytes) <= total_bytes) { in qla27xx_copy_fpin_pkt()936 no_bytes); in qla27xx_copy_fpin_pkt()937 buffer_copy_offset += no_bytes; in qla27xx_copy_fpin_pkt()938 pending_bytes -= no_bytes; in qla27xx_copy_fpin_pkt()
488 static void fill_tx_fifo(struct nmk_i2c_dev *dev, int no_bytes) in fill_tx_fifo() argument492 for (count = (no_bytes - 2); in fill_tx_fifo()