Home
last modified time | relevance | path

Searched refs:byte_idx (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8712/
Drtl8712_efuse.c198 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()
/drivers/infiniband/hw/i40iw/
Di40iw_ctrl.c1076 u16 byte_idx, feat_type, feat_cnt; in i40iw_get_rdma_features() local
1102 for (byte_idx = 0, feat_type = 0; feat_type < I40IW_MAX_FEATURES; in i40iw_get_rdma_features()
1103 feat_type++, byte_idx += 8) { in i40iw_get_rdma_features()
1104 get_64bit_val((u64 *)feat_buf.va, byte_idx, &temp); in i40iw_get_rdma_features()