Searched refs:byte_index (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/microchip/ |
A D | lan743x_ethtool.c | 943 int byte_index = 0; in lan743x_ethtool_get_rxfh() local 950 indir[byte_index + 0] = in lan743x_ethtool_get_rxfh() 952 indir[byte_index + 1] = in lan743x_ethtool_get_rxfh() 954 indir[byte_index + 2] = in lan743x_ethtool_get_rxfh() 962 int byte_index = 0; in lan743x_ethtool_get_rxfh() local 970 key[byte_index + 0] = in lan743x_ethtool_get_rxfh() 972 key[byte_index + 1] = in lan743x_ethtool_get_rxfh() 974 key[byte_index + 2] = in lan743x_ethtool_get_rxfh() 976 key[byte_index + 3] = in lan743x_ethtool_get_rxfh() 997 int byte_index = 0; in lan743x_ethtool_set_rxfh() local [all …]
|
/linux-6.3-rc2/drivers/infiniband/hw/irdma/ |
A D | defs.h | 1119 static inline void set_64bit_val(__le64 *wqe_words, u32 byte_index, u64 val) in set_64bit_val() argument 1121 wqe_words[byte_index >> 3] = cpu_to_le64(val); in set_64bit_val() 1130 static inline void set_32bit_val(__le32 *wqe_words, u32 byte_index, u32 val) in set_32bit_val() argument 1132 wqe_words[byte_index >> 2] = cpu_to_le32(val); in set_32bit_val() 1141 static inline void get_64bit_val(__le64 *wqe_words, u32 byte_index, u64 *val) in get_64bit_val() argument 1143 *val = le64_to_cpu(wqe_words[byte_index >> 3]); in get_64bit_val() 1152 static inline void get_32bit_val(__le32 *wqe_words, u32 byte_index, u32 *val) in get_32bit_val() argument 1154 *val = le32_to_cpu(wqe_words[byte_index >> 2]); in get_32bit_val()
|
/linux-6.3-rc2/sound/pci/hda/ |
A D | hda_eld.c | 123 int byte_index) in hdmi_get_eld_data() argument 128 AC_VERB_GET_HDMI_ELDD, byte_index); in hdmi_get_eld_data() 130 codec_info(codec, "HDMI: ELD data byte %d: 0x%x\n", byte_index, val); in hdmi_get_eld_data()
|
A D | patch_hdmi.c | 436 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument 444 *byte_index = val & 0x1f; in hdmi_get_dip_index() 449 int packet_index, int byte_index) in hdmi_set_dip_index() argument 453 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
|
/linux-6.3-rc2/tools/firewire/ |
A D | nosy-dump.c | 657 #define byte_index(i) ((i) ^ 3) macro 659 #define byte_index(i) (i) macro 677 data[byte_index(i)]); in dump_data()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_resource.c | 2951 uint8_t byte_index = 0; in set_avi_info_frame() local 3193 for (byte_index = 1; byte_index <= hdmi_info.bits.header.length; byte_index++) in set_avi_info_frame() 3194 *check_sum += hdmi_info.packet_raw_data.sb[byte_index]; in set_avi_info_frame() 3204 for (byte_index = 0; byte_index < sizeof(hdmi_info.packet_raw_data.sb); byte_index++) in set_avi_info_frame() 3205 info_packet->sb[byte_index] = hdmi_info.packet_raw_data.sb[byte_index]; in set_avi_info_frame()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-verity-fec.c | 124 u64 rsb, int byte_index, unsigned int block_offset, in fec_decode_bufs() argument 149 fio->output[block_offset] = block[byte_index]; in fec_decode_bufs()
|
/linux-6.3-rc2/drivers/scsi/smartpqi/ |
A D | smartpqi_init.c | 7633 unsigned int byte_index; in pqi_is_firmware_feature_supported() local 7635 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported() 7637 if (byte_index >= le16_to_cpu(firmware_features->num_elements)) in pqi_is_firmware_feature_supported() 7640 return firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported() 7649 unsigned int byte_index; in pqi_is_firmware_feature_enabled() local 7652 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled() 7657 features_supported) + byte_index; in pqi_is_firmware_feature_enabled() 7667 unsigned int byte_index; in pqi_request_firmware_feature() local 7669 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature() 7672 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | hdac_hdmi.c | 336 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument 340 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()
|
Completed in 57 milliseconds