Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c753 u8_t proto_idx = 0; in lm_free_cid() local
772 for (proto_idx = 0; proto_idx < MAX_PROTO; proto_idx++) in lm_free_cid()
774 DbgBreakIf(pdev->context_info->array[cid].cid_resc.cookies[proto_idx]); in lm_free_cid()
1054 u8_t proto_idx = 0; in lm_free_cid_resc() local
1075 while ((proto_idx < MAX_PROTO) && (cid_resc->cookies[proto_idx] == NULL)) in lm_free_cid_resc()
1077 proto_idx++; in lm_free_cid_resc()
1082 if (proto_idx == MAX_PROTO) in lm_free_cid_resc()