Searched refs:byte_off (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/power/acpi/tools/ec/ |
D | ec_access.c | 130 int byte_off, bytes_read; in dump_ec() local 141 for (byte_off = 0; byte_off < bytes_read; byte_off++) { in dump_ec() 142 if ((byte_off % 16) == 0) in dump_ec() 143 printf("\n%.2X: ", byte_off); in dump_ec() 144 printf(" %.2x ", (uint8_t)buf[byte_off]); in dump_ec() 164 for (byte_off = 0; byte_off < bytes_read; byte_off++) { in dump_ec() 165 if ((byte_off % 16) == 0) in dump_ec() 166 printf("\n%.2X: ", byte_off); in dump_ec() 168 if (buf[byte_off] == buf2[byte_off]) in dump_ec() 169 printf(" %.2x ", (uint8_t)buf2[byte_off]); in dump_ec() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_uk.c | 253 u32 total_size = 0, byte_off; in i40iw_rdma_write() local 292 for (i = 1, byte_off = 32; i < op_info->num_lo_sges; i++) { in i40iw_rdma_write() 293 i40iw_set_fragment(wqe, byte_off, &op_info->lo_sg_list[i]); in i40iw_rdma_write() 294 byte_off += 16; in i40iw_rdma_write() 370 u32 i, wqe_idx, total_size = 0, byte_off; in i40iw_send() local 402 for (i = 1, byte_off = 32; i < op_info->num_sges; i++) { in i40iw_send() 403 i40iw_set_fragment(wqe, byte_off, &op_info->sg_list[i]); in i40iw_send() 404 byte_off += 16; in i40iw_send() 663 u32 total_size = 0, wqe_idx, i, byte_off; in i40iw_post_receive() local 682 for (i = 1, byte_off = 32; i < info->num_sges; i++) { in i40iw_post_receive() [all …]
|