Home
last modified time | relevance | path

Searched defs:byte_index (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_osdep.h48 static inline void set_64bit_val(u64 *wqe_words, u32 byte_index, u64 value) in set_64bit_val() argument
59 static inline void set_32bit_val(u32 *wqe_words, u32 byte_index, u32 value) in set_32bit_val() argument
70 static inline void get_64bit_val(u64 *wqe_words, u32 byte_index, u64 *value) in get_64bit_val() argument
81 static inline void get_32bit_val(u32 *wqe_words, u32 byte_index, u3 argument
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-verity-fec.c124 fec_decode_bufs(struct dm_verity *v, struct dm_verity_fec_io *fio, u64 rsb, int byte_index, unsigned block_offset, int neras) fec_decode_bufs() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-verity-fec.c124 fec_decode_bufs(struct dm_verity *v, struct dm_verity_fec_io *fio, u64 rsb, int byte_index, unsigned int block_offset, int neras) fec_decode_bufs() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c581 int byte_index = 0; in lan743x_ethtool_get_rxfh() local
600 int byte_index = 0; in lan743x_ethtool_get_rxfh() local
635 int byte_index = 0; lan743x_ethtool_set_rxfh() local
650 int byte_index = 0; lan743x_ethtool_set_rxfh() local
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_eld.c122 hdmi_get_eld_data(struct hda_codec *codec, hda_nid_t nid, int byte_index) hdmi_get_eld_data() argument
H A Dpatch_hdmi.c423 hdmi_get_dip_index(struct hda_codec *codec, hda_nid_t pin_nid, int *packet_index, int *byte_index) hdmi_get_dip_index() argument
436 hdmi_set_dip_index(struct hda_codec *codec, hda_nid_t pin_nid, int packet_index, int byte_index) hdmi_set_dip_index() argument
/kernel/linux/linux-5.10/tools/firewire/
H A Dnosy-dump.c657 #define byte_index(i) ((i) ^ 3) macro
659 #define byte_index(i) (i) macro
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c943 int byte_index = 0; in lan743x_ethtool_get_rxfh() local
962 int byte_index = 0; in lan743x_ethtool_get_rxfh() local
997 int byte_index = 0; lan743x_ethtool_set_rxfh() local
1012 int byte_index = 0; lan743x_ethtool_set_rxfh() local
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_eld.c122 hdmi_get_eld_data(struct hda_codec *codec, hda_nid_t nid, int byte_index) hdmi_get_eld_data() argument
H A Dpatch_hdmi.c436 hdmi_get_dip_index(struct hda_codec *codec, hda_nid_t pin_nid, int *packet_index, int *byte_index) hdmi_get_dip_index() argument
449 hdmi_set_dip_index(struct hda_codec *codec, hda_nid_t pin_nid, int packet_index, int byte_index) hdmi_set_dip_index() argument
/kernel/linux/linux-6.6/tools/firewire/
H A Dnosy-dump.c657 #define byte_index(i) ((i) ^ 3) macro
659 #define byte_index(i) (i) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2301 uint8_t byte_index = 0; in set_avi_info_frame() local
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dhdac_hdmi.c335 hdac_hdmi_set_dip_index(struct hdac_device *hdev, hda_nid_t pin_nid, int packet_index, int byte_index) hdac_hdmi_set_dip_index() argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dhdac_hdmi.c335 hdac_hdmi_set_dip_index(struct hdac_device *hdev, hda_nid_t pin_nid, int packet_index, int byte_index) hdac_hdmi_set_dip_index() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3203 uint8_t byte_index = 0; in set_avi_info_frame() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6783 unsigned int byte_index; in pqi_is_firmware_feature_supported() local
6799 unsigned int byte_index; in pqi_is_firmware_feature_enabled() local
6817 unsigned int byte_index; in pqi_request_firmware_feature() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7715 unsigned int byte_index; in pqi_is_firmware_feature_supported() local
7731 unsigned int byte_index; in pqi_is_firmware_feature_enabled() local
7749 unsigned int byte_index; in pqi_request_firmware_feature() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Ddefs.h1121 static inline void set_64bit_val(__le64 *wqe_words, u32 byte_index, u64 val) in set_64bit_val() argument
1132 static inline void set_32bit_val(__le32 *wqe_words, u32 byte_index, u32 val) in set_32bit_val() argument
1143 static inline void get_64bit_val(__le64 *wqe_words, u32 byte_index, u64 *val) in get_64bit_val() argument
1154 get_32bit_val(__le32 *wqe_words, u32 byte_index, u32 *val) get_32bit_val() argument
[all...]

Completed in 56 milliseconds