Home
last modified time | relevance | path

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.c972 u8_t lm_map_cid_to_proto(struct _lm_device_t * pdev, u32_t cid) in lm_map_cid_to_proto() function
1086 lm_free_cid(pdev, lm_map_cid_to_proto(pdev, cid), cid, notify_fw); in lm_free_cid_resc()
1199 proto_type = lm_map_cid_to_proto(PFDEV(pdev), cid); in lm_set_cdu_validation_data()
H A Dlm_sp.c2791 if (lm_map_cid_to_proto(pdev, cid) != TOE_CONNECTION_TYPE) in lm_eq_handle_cfc_del_eqe()
/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); in lm_tcp_init_tcp_state()