Searched refs:no_bytes (Results 1 – 4 of 4) 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()
270 buffer_copy_offset += no_bytes; in __qla_copy_purex_to_buffer()271 pending_bytes -= no_bytes; in __qla_copy_purex_to_buffer()301 no_bytes); in __qla_copy_purex_to_buffer()303 pending_bytes -= no_bytes; in __qla_copy_purex_to_buffer()898 buffer_copy_offset += no_bytes; in qla27xx_copy_multiple_pkt()899 pending_bytes -= no_bytes; in qla27xx_copy_multiple_pkt()941 pending_bytes -= no_bytes; in qla27xx_copy_multiple_pkt()1181 buffer_copy_offset += no_bytes; in qla27xx_copy_fpin_pkt()1182 pending_bytes -= no_bytes; in qla27xx_copy_fpin_pkt()1220 no_bytes); in qla27xx_copy_fpin_pkt()[all …]
799 unsigned int no_bytes, unsigned long bits) in header_write() argument804 if ((*offset + no_bytes) > HEADER_SIZE) { in header_write()806 __FILE__, __func__, __LINE__, *offset + no_bytes, HEADER_SIZE); in header_write()810 for (i = no_bytes - 1; i >= 0; i--) in header_write()813 *offset += no_bytes; in header_write()
545 static void fill_tx_fifo(struct nmk_i2c_dev *priv, int no_bytes) in fill_tx_fifo() argument549 for (count = (no_bytes - 2); in fill_tx_fifo()