Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Ddcbnl.h78 void (*setpfcstate)(struct net_device *, u8); member
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c793 .setpfcstate = ixgbe_dcbnl_setpfcstate,
/linux-3.4.99/net/dcb/
Ddcbnl.c563 if (!tb[DCB_ATTR_PFC_STATE] || !netdev->dcbnl_ops->setpfcstate) in dcbnl_setpfcstate()
568 netdev->dcbnl_ops->setpfcstate(netdev, value); in dcbnl_setpfcstate()
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c2497 .setpfcstate = bnx2x_dcbnl_set_pfc_state,