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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h870 #define FCOE_IDX(sc) (BXE_NUM_NON_CNIC_QUEUES(sc) + FCOE_IDX_OFFSET) macro
871 #define bxe_fcoe_fp(sc) (&sc->fp[FCOE_IDX(sc)])
873 #define bxe_fcoe_inner_sp_obj(sc) (&sc->sp_objs[FCOE_IDX(sc)])
891 #define IS_FCOE_FP(fp) ((fp)->index == FCOE_IDX((fp)->sc))
892 #define IS_FCOE_IDX(idx) ((idx) == FCOE_IDX(sc))
H A Decore_sp.h141 #define ECORE_FCOE_CID(sc) ((sc)->fp[FCOE_IDX(sc)].cl_id)

Completed in 114 milliseconds