Searched refs:byte_idx (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl8712_efuse.c | 198 u8 word_idx, byte_idx; in pgpacket_copy_data() local 202 byte_idx = word_idx * 2; in pgpacket_copy_data() 203 targetdata[byte_idx] = sourdata[tmpindex++]; in pgpacket_copy_data() 204 targetdata[byte_idx + 1] = sourdata[tmpindex++]; in pgpacket_copy_data()
|
/linux-6.12.1/drivers/platform/mellanox/ |
D | mlxbf-bootctl.c | 538 int byte_idx, len; in oob_mac_store() local 553 for (byte_idx = 0; byte_idx < ETH_ALEN; byte_idx++) in oob_mac_store() 554 mac_byte_ptr[byte_idx] = (u8)byte[byte_idx]; in oob_mac_store()
|
/linux-6.12.1/sound/usb/ |
D | card.h | 193 int byte_idx; member
|
D | pcm.c | 1223 subs->dsd_dop.byte_idx = 0; in snd_usb_pcm_open() 1378 if (++subs->dsd_dop.byte_idx == 3) { in fill_playback_urb_dsd_dop() 1382 subs->dsd_dop.byte_idx = 0; in fill_playback_urb_dsd_dop() 1392 int idx = (src_idx + subs->dsd_dop.byte_idx - 1) % wrap; in fill_playback_urb_dsd_dop()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_definer.c | 1722 int byte_idx; in hws_definer_best_hl_fit_recu() local 1785 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu() 1786 ctrl->byte_selector[byte_idx] = cur_dw * DW_SIZE + i; in hws_definer_best_hl_fit_recu() 1797 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu() 1798 ctrl->byte_selector[byte_idx] = 0; in hws_definer_best_hl_fit_recu()
|
/linux-6.12.1/drivers/infiniband/hw/irdma/ |
D | ctrl.c | 4671 u16 byte_idx, feat_type, feat_cnt, feat_idx; in irdma_get_rdma_features() local 4722 for (byte_idx = 0, feat_idx = 0; feat_idx < min(feat_cnt, (u16)IRDMA_MAX_FEATURES); in irdma_get_rdma_features() 4723 feat_idx++, byte_idx += 8) { in irdma_get_rdma_features() 4724 get_64bit_val(feat_buf.va, byte_idx, &temp); in irdma_get_rdma_features()
|