Home
last modified time | relevance | path

Searched refs:out_cid (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.c572 lm_status_t lm_allocate_cid(struct _lm_device_t *pdev, u32_t type, void * cookie, s32_t * out_cid){ in lm_allocate_cid() argument
579 if ( CHK_NULL(out_cid) || in lm_allocate_cid()
587 DbgBreakIf(!out_cid) ; in lm_allocate_cid()
597 *out_cid = 0; in lm_allocate_cid()
620 *out_cid = cid; in lm_allocate_cid()
637 *out_cid = cid; in lm_allocate_cid()
694 *out_cid =0; in lm_allocate_cid()