Home
last modified time | relevance | path

Searched refs:QED_MB_FLAGS_IS_SET (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_mcp.h771 #define QED_MB_FLAGS_IS_SET(params, flag) \ macro
Dqed_mcp.c492 if (QED_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) in _qed_mcp_cmd_and_union()
526 if (QED_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) in _qed_mcp_cmd_and_union()
559 if (!QED_MB_FLAGS_IS_SET(p_mb_params, AVOID_BLOCK)) in _qed_mcp_cmd_and_union()
618 if (QED_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) { in qed_mcp_cmd_and_union()