Home
last modified time | relevance | path

Searched refs:byte_idx (Results 1 – 5 of 5) 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
H A Dpcm.c1260 subs->dsd_dop.byte_idx = 0; in snd_usb_pcm_open()
1428 if (++subs->dsd_dop.byte_idx == 3) { in fill_playback_urb_dsd_dop()
1432 subs->dsd_dop.byte_idx = 0; in fill_playback_urb_dsd_dop()
1442 int idx = (src_idx + subs->dsd_dop.byte_idx - 1) % wrap; in fill_playback_urb_dsd_dop()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c1901 int byte_idx; in hws_definer_best_hl_fit_recu() local
1964 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu()
1965 ctrl->byte_selector[byte_idx] = cur_dw * DW_SIZE + i; in hws_definer_best_hl_fit_recu()
1976 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu()
1977 ctrl->byte_selector[byte_idx] = 0; in hws_definer_best_hl_fit_recu()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c372 u8 byte_idx; in __check_secure_blacklist() local
386 byte_idx = section_content->blacklist.bit_in_chip_list >> 3; in __check_secure_blacklist()
395 if (chip_blacklist->list[byte_idx] & bit_mask) { in __check_secure_blacklist()