Searched refs:vf_val (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_debug.c | 6652 u8 i, j, err_code, vf_val; in qed_parse_reg_fifo_dump() local 6686 vf_val = GET_FIELD(elements[i].data, REG_FIFO_ELEMENT_VF); in qed_parse_reg_fifo_dump() 6687 if (vf_val == REG_FIFO_ELEMENT_IS_PF_VF_VAL) in qed_parse_reg_fifo_dump() 6690 sprintf(vf_str, "%d", vf_val); in qed_parse_reg_fifo_dump()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_debug.c | 7097 u8 i, j, err_code, vf_val; in qed_parse_reg_fifo_dump() local 7131 vf_val = GET_FIELD(elements[i].data, REG_FIFO_ELEMENT_VF); in qed_parse_reg_fifo_dump() 7132 if (vf_val == REG_FIFO_ELEMENT_IS_PF_VF_VAL) in qed_parse_reg_fifo_dump() 7135 sprintf(vf_str, "%d", vf_val); in qed_parse_reg_fifo_dump()
|
Completed in 22 milliseconds