Searched refs:numbytes (Results 1 – 7 of 7) sorted by relevance
189 int numbytes = 0; in pca_xfer() local248 if (numbytes < msg->len) { in pca_xfer()250 msg->buf[numbytes]); in pca_xfer()251 numbytes++; in pca_xfer()254 curmsg++; numbytes = 0; in pca_xfer()272 if (numbytes < msg->len) { in pca_xfer()274 numbytes++; in pca_xfer()279 curmsg++; numbytes = 0; in pca_xfer()312 if (numbytes == msg->len - 1) { in pca_xfer()314 curmsg++; numbytes = 0; in pca_xfer()[all …]
270 u32 numbytes, u32 i2c_flag) in smu_v11_0_i2c_transmit() argument280 address, numbytes); in smu_v11_0_i2c_transmit()284 16, 1, data, numbytes, false); in smu_v11_0_i2c_transmit()297 while (numbytes > 0) { in smu_v11_0_i2c_transmit()317 if (numbytes == 1 && i2c_flag & I2C_M_STOP) in smu_v11_0_i2c_transmit()333 numbytes--; in smu_v11_0_i2c_transmit()369 u32 numbytes, u32 i2c_flag) in smu_v11_0_i2c_receive() argument383 while (numbytes > 0) { in smu_v11_0_i2c_receive()396 if (numbytes == 1 && i2c_flag & I2C_M_STOP) in smu_v11_0_i2c_receive()427 numbytes--; in smu_v11_0_i2c_receive()
1117 esw_stats->numbytes = le64_to_cpu(stats->numbytes); in qlcnic_get_port_stats()1211 esw_stats->numbytes = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1237 QLCNIC_ADD_ESW_STATS(esw_stats->numbytes, in qlcnic_get_eswitch_stats()1238 port_stats.numbytes); in qlcnic_get_eswitch_stats()
1483 __le64 numbytes; member1498 u64 numbytes; member
1299 *data++ = QLCNIC_FILL_STATS(esw_stats->numbytes); in qlcnic_fill_stats()
432 unsigned int numbytes; in cdns_uart_handle_tx() local441 numbytes = port->fifosize; in cdns_uart_handle_tx()442 while (numbytes && in cdns_uart_handle_tx()446 numbytes--; in cdns_uart_handle_tx()
175 __le16 numbytes; member256 cmd->u.flash_data_info.numbytes = cpu_to_le16(buf_size); in dt9812_read_info()
Completed in 128 milliseconds