Searched refs:nxadv (Results 1 – 2 of 2) sorted by relevance
3306 volatile struct sk_nexusadv *nxadv = NULL; in dp_flow_tx_process() local3335 nxadv = fsw->fsw_nx->nx_adv.flowswitch_nxv_adv; in dp_flow_tx_process()3336 if (nxadv != NULL) { in dp_flow_tx_process()3337 fg_ts = &nxadv->nxadv_fg_sendts; in dp_flow_tx_process()3338 rt_ts = &nxadv->nxadv_rt_sendts; in dp_flow_tx_process()
2934 volatile struct sk_nexusadv *nxadv = NULL; in ifnet_enqueue_single() local2952 (nxadv = ifp->if_na->nifna_netif->nif_fsw_nxadv) != NULL) { in ifnet_enqueue_single()2953 fg_ts = &nxadv->nxadv_fg_sendts; in ifnet_enqueue_single()2954 rt_ts = &nxadv->nxadv_rt_sendts; in ifnet_enqueue_single()