Searched refs:numbytes (Results 1 – 6 of 6) 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()273 pca_rx_byte(adap, &msg->buf[numbytes], 1); in pca_xfer()274 numbytes++; in pca_xfer()276 numbytes < msg->len - 1); in pca_xfer()279 curmsg++; numbytes = 0; in pca_xfer()[all …]
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
429 unsigned int numbytes; in cdns_uart_handle_tx() local445 numbytes = port->fifosize; in cdns_uart_handle_tx()446 while (numbytes && in cdns_uart_handle_tx()450 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()
7410 unsigned int numbytes; in ocfs2_truncate_inline() local7452 numbytes = end - start; in ocfs2_truncate_inline()7453 memset(idata->id_data + start, 0, numbytes); in ocfs2_truncate_inline()