Home
last modified time | relevance | path

Searched refs:dst_flow_ent (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_sched.c4365 flow_entry_t *dst_flow_ent; in mac_tx_send() local
4380 dst_flow_ent = mac_tx_classify(mip, mp); in mac_tx_send()
4382 if (dst_flow_ent != NULL) { in mac_tx_send()
4417 FLOW_REFRELE(dst_flow_ent); in mac_tx_send()
4420 flow_cookie = mac_flow_get_client_cookie(dst_flow_ent); in mac_tx_send()
4439 dst_flow_ent->fe_mcip; in mac_tx_send()
4461 (dst_flow_ent->fe_cb_fn)( in mac_tx_send()
4462 dst_flow_ent->fe_cb_arg1, in mac_tx_send()
4463 dst_flow_ent->fe_cb_arg2, in mac_tx_send()
4467 FLOW_REFRELE(dst_flow_ent); in mac_tx_send()