Home
last modified time | relevance | path

Searched defs:quad (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c377 struct MR_QUAD_ELEMENT *quad; in MR_GetSpanBlock() local
429 struct MR_QUAD_ELEMENT *quad; in mr_spanset_get_span_block() local
549 struct MR_QUAD_ELEMENT *quad; in get_strip_from_row() local
1228 struct MR_QUAD_ELEMENT *quad; in mr_update_span_set() local
H A Dmegaraid_sas_fusion.h753 struct MR_QUAD_ELEMENT quad[MAX_RAIDMAP_SPAN_DEPTH]; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c2746 struct ice_sbq_msg_input *msg, u8 quad, in ice_fill_quad_msg_e82x()
2778 ice_read_quad_reg_e82x(struct ice_hw *hw, u8 quad, u16 offset, u32 *val) in ice_read_quad_reg_e82x()
2812 ice_write_quad_reg_e82x(struct ice_hw *hw, u8 quad, u16 offset, u32 val) in ice_write_quad_reg_e82x()
2846 ice_read_phy_tstamp_e82x(struct ice_hw *hw, u8 quad, u8 idx, u64 *tstamp) in ice_read_phy_tstamp_e82x()
2902 ice_clear_phy_tstamp_e82x(struct ice_hw *hw, u8 quad, u8 idx) in ice_clear_phy_tstamp_e82x()
2925 void ice_ptp_reset_ts_memory_quad_e82x(struct ice_hw *hw, u8 quad) in ice_ptp_reset_ts_memory_quad_e82x()
2937 unsigned int quad; in ice_ptp_reset_ts_memory_e82x() local
3331 u8 quad; in ice_phy_cfg_lane_e82x() local
4380 ice_get_phy_tx_tstamp_ready_e82x(struct ice_hw *hw, u8 quad, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e82x()
4416 int quad; in ice_check_phy_tx_tstamp_ready_e82x() local
[all …]
H A Dice_ptp.c1065 int quad = ICE_GET_QUAD_NUM(port->port_num); in ice_ptp_check_tx_fifo() local
1374 int quad; in ice_ptp_cfg_phy_interrupt() local
/linux/tools/testing/selftests/kvm/s390/
H A Dmemop.c665 static char *quad_to_char(__uint128_t *quad, int size) in quad_to_char() argument