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 D | context.h | 84 u8_t lm_map_cid_to_proto(struct _lm_device_t * pdev, u32_t cid);
|
H A D | bnxe_context.c | 971 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 D | lm_sp.c | 2791 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 D | lm_l4sp.c | 1411 tcp->ulp_type = lm_map_cid_to_proto(pdev, tcp_cid_addr);
|
Completed in 89 milliseconds