Searched refs:byte_idx (Results 1 – 3 of 3) sorted by relevance
556 int byte_idx, len; in oob_mac_store() local571 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()
195 int byte_idx; member
5407 u16 byte_idx, feat_type, feat_cnt, feat_idx; in irdma_get_rdma_features() local5454 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()