Symbol: LM_FLOW_CONTROL_TRANSMIT_PAUSE
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
203
(flow_ctrl & LM_FLOW_CONTROL_TRANSMIT_PAUSE)))
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2095
(flow_ctrl & LM_FLOW_CONTROL_TRANSMIT_PAUSE)))
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2100
else if(flow_ctrl & LM_FLOW_CONTROL_TRANSMIT_PAUSE)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
222
else if(flow_ctrl & LM_FLOW_CONTROL_TRANSMIT_PAUSE)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2535
(flow_control_cap & LM_FLOW_CONTROL_TRANSMIT_PAUSE)) ||
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2540
else if(flow_control_cap & LM_FLOW_CONTROL_TRANSMIT_PAUSE)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2625
LM_FLOW_CONTROL_TRANSMIT_PAUSE |
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2642
LM_FLOW_CONTROL_TRANSMIT_PAUSE |
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2654
flow_ctrl = LM_FLOW_CONTROL_TRANSMIT_PAUSE;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2665
if(flow_ctrl & LM_FLOW_CONTROL_TRANSMIT_PAUSE)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2695
if(flow_ctrl & LM_FLOW_CONTROL_TRANSMIT_PAUSE)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2711
if(flow_ctrl & LM_FLOW_CONTROL_TRANSMIT_PAUSE)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
3887
if(pdev->vars.flow_control & LM_FLOW_CONTROL_TRANSMIT_PAUSE)
usr/src/uts/common/io/bnx/bnx_mm.c
801
LM_FLOW_CONTROL_TRANSMIT_PAUSE) {
usr/src/uts/common/io/bnx/bnxcfg.c
690
flowctrl |= LM_FLOW_CONTROL_TRANSMIT_PAUSE;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3358
pdev->params.flow_ctrl_cap = LM_FLOW_CONTROL_TRANSMIT_PAUSE;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3364
pdev->params.flow_ctrl_cap = LM_FLOW_CONTROL_TRANSMIT_PAUSE | LM_FLOW_CONTROL_RECEIVE_PAUSE;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
1193
if (flow_control & LM_FLOW_CONTROL_TRANSMIT_PAUSE)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
1228
(flow_control == LM_FLOW_CONTROL_TRANSMIT_PAUSE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
734
pdev->vars.flow_control |= LM_FLOW_CONTROL_TRANSMIT_PAUSE;
usr/src/uts/common/io/bnxe/bnxe_hw.c
595
flowctrl |= LM_FLOW_CONTROL_TRANSMIT_PAUSE;
usr/src/uts/common/io/bnxe/bnxe_mm.c
1015
if (pUM->lm_dev.vars.flow_control & LM_FLOW_CONTROL_TRANSMIT_PAUSE)