Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c105 } while (!QLCNIC_CDRP_IS_RSP(rsp)); in qlcnic_poll_rsp()
H A Dqlcnic.h665 #define QLCNIC_CDRP_IS_RSP(rsp) (((rsp) & QLCNIC_CDRP_CMD_BIT) == 0) macro