Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c819 int i, srs_cnt; in mac_flow_user_cpu_init() local
927 for (srs_cnt = 1; in mac_flow_user_cpu_init()
928 srs_cnt < flent->fe_rx_srs_cnt; srs_cnt++) { in mac_flow_user_cpu_init()
929 rx_srs = flent->fe_rx_srs[srs_cnt]; in mac_flow_user_cpu_init()
1006 for (srs_cnt = 1; in mac_flow_user_cpu_init()
1007 srs_cnt < flent->fe_rx_srs_cnt; srs_cnt++) { in mac_flow_user_cpu_init()
1008 rx_srs = flent->fe_rx_srs[srs_cnt]; in mac_flow_user_cpu_init()
1043 for (srs_cnt = 0; srs_cnt < flent->fe_rx_srs_cnt; srs_cnt++) { in mac_flow_user_cpu_init()
1044 rx_srs = flent->fe_rx_srs[srs_cnt]; in mac_flow_user_cpu_init()
1124 for (srs_cnt = 0; srs_cnt < flent->fe_rx_srs_cnt && in mac_flow_cpu_init()
[all …]