Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c363 for (j = 0; j < MAX_PROTO; j++) in lm_release_context_pool()
772 for (proto_idx = 0; proto_idx < MAX_PROTO; proto_idx++) in lm_free_cid()
832 u32_t type = MAX_PROTO+1; in lm_recycle_cid()
847 for (i=0; i < MAX_PROTO; i++ ) { in lm_recycle_cid()
928 ERR_IF(type >= MAX_PROTO) || in lm_cid_cookie()
929 ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) || in lm_cid_cookie()
935 DbgBreakIf(type >= MAX_PROTO); in lm_cid_cookie()
962 ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) ) in lm_cid_resc()
974 u8_t type = MAX_PROTO+1; in lm_map_cid_to_proto()
981 for (i=0; i < MAX_PROTO; i++ ) { in lm_map_cid_to_proto()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2728 #define MAX_PROTO (FCOE_CONNECTION_TYPE + 1) macro
2741 void *cookies[MAX_PROTO];
2803 u32_t proto_start[MAX_PROTO];
2804 u32_t proto_end[MAX_PROTO];
2805 u32_t proto_ffree[MAX_PROTO];
2806 u32_t proto_pending[MAX_PROTO]; /* list of cids that are pending for cfc-delete */
3128 lm_cid_recycled_cb_t cid_recycled_callbacks[MAX_PROTO];