Searched refs:QED_MB_FLAGS_IS_SET (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mcp.h | 771 #define QED_MB_FLAGS_IS_SET(params, flag) \ macro
|
H A D | qed_mcp.c | 492 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mcp.h | 813 #define QED_MB_FLAGS_IS_SET(params, flag) \ macro
|
H A D | qed_mcp.c | 490 if (QED_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) in _qed_mcp_cmd_and_union() 522 if (QED_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) in _qed_mcp_cmd_and_union() 551 if (!QED_MB_FLAGS_IS_SET(p_mb_params, AVOID_BLOCK)) in _qed_mcp_cmd_and_union() 609 if (QED_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) { in qed_mcp_cmd_and_union()
|
Completed in 14 milliseconds