Searched refs:byte_idx (Results 1 – 4 of 4) sorted by relevance
198 u8 word_idx, byte_idx; in pgpacket_copy_data() local202 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()
187 int byte_idx; member
1076 subs->dsd_dop.byte_idx = 0; in snd_usb_pcm_open()1231 if (++subs->dsd_dop.byte_idx == 3) { in fill_playback_urb_dsd_dop()1235 subs->dsd_dop.byte_idx = 0; in fill_playback_urb_dsd_dop()1245 int idx = (src_idx + subs->dsd_dop.byte_idx - 1) % wrap; in fill_playback_urb_dsd_dop()
4714 u16 byte_idx, feat_type, feat_cnt, feat_idx; in irdma_get_rdma_features() local4765 for (byte_idx = 0, feat_idx = 0; feat_idx < min(feat_cnt, (u16)IRDMA_MAX_FEATURES); in irdma_get_rdma_features()4766 feat_idx++, byte_idx += 8) { in irdma_get_rdma_features()4767 get_64bit_val(feat_buf.va, byte_idx, &temp); in irdma_get_rdma_features()