Searched refs:qed_init_cmd_mode_match (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c497 static u8 qed_init_cmd_mode_match(struct qed_hwfn *p_hwfn, function
508 return qed_init_cmd_mode_match(p_hwfn, p_offset, modes) ^ 1;
510 arg1 = qed_init_cmd_mode_match(p_hwfn, p_offset, modes);
511 arg2 = qed_init_cmd_mode_match(p_hwfn, p_offset, modes);
514 arg1 = qed_init_cmd_mode_match(p_hwfn, p_offset, modes);
515 arg2 = qed_init_cmd_mode_match(p_hwfn, p_offset, modes);
528 if (qed_init_cmd_mode_match(p_hwfn, &offset, modes))

Completed in 83 milliseconds