Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.h830 #define FCOE_IDX(sc) (BXE_NUM_NON_CNIC_QUEUES(sc) + FCOE_IDX_OFFSET) macro
831 #define bxe_fcoe_fp(sc) (&sc->fp[FCOE_IDX(sc)])
833 #define bxe_fcoe_inner_sp_obj(sc) (&sc->sp_objs[FCOE_IDX(sc)])
851 #define IS_FCOE_FP(fp) ((fp)->index == FCOE_IDX((fp)->sc))
852 #define IS_FCOE_IDX(idx) ((idx) == FCOE_IDX(sc))
H A Decore_sp.h138 #define ECORE_FCOE_CID(sc) ((sc)->fp[FCOE_IDX(sc)].cl_id)