Searched refs:lm_map_cid_to_proto (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dcontext.h84 u8_t lm_map_cid_to_proto(struct _lm_device_t * pdev, u32_t cid);
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);
H A Dlm_sp.c2791 if (lm_map_cid_to_proto(pdev, cid) != TOE_CONNECTION_TYPE)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1411 tcp->ulp_type = lm_map_cid_to_proto(pdev, tcp_cid_addr);

Completed in 288 milliseconds