Searched defs:lm_map_cid_to_proto (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.c971 u8_t lm_map_cid_to_proto(struct _lm_device_t * pdev, u32_t cid) function
1083 /* We'll call lm_map_cid_to_proto() to compute the appropriate type that was associated with that CID,
1085 lm_free_cid(pdev, lm_map_cid_to_proto(pdev, cid), cid, notify_fw);
1198 proto_type = lm_map_cid_to_proto(PFDEV(pdev), cid);

Completed in 70 milliseconds