Home
last modified time | relevance | path

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

/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c556 int byte_idx, len; in oob_mac_store() local
571 for (byte_idx = 0; byte_idx < ETH_ALEN; byte_idx++) in oob_mac_store()
572 mac_byte_ptr[byte_idx] = (u8)byte[byte_idx]; in oob_mac_store()
/linux/sound/usb/
H A Dcard.h195 int byte_idx; member
/linux/drivers/infiniband/hw/irdma/
H A Dctrl.c5407 u16 byte_idx, feat_type, feat_cnt, feat_idx; in irdma_get_rdma_features() local
5454 for (byte_idx = 0, feat_idx = 0; feat_idx < min(feat_cnt, (u16)IRDMA_MAX_FEATURES); in irdma_get_rdma_features()
5455 feat_idx++, byte_idx += 8) { in irdma_get_rdma_features()
5456 get_64bit_val(feat_buf.va, byte_idx, &temp); in irdma_get_rdma_features()