Searched refs:packetbuf_num (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_common.c54 static s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num);
1587 * @packetbuf_num: packet buffer number (0-7)
1591 s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw, s32 packetbuf_num) argument
1676 rx_pba_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(packetbuf_num));
1680 IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(packetbuf_num), reg);
1685 IXGBE_WRITE_REG(hw, IXGBE_FCRTH_82599(packetbuf_num), reg);
1694 IXGBE_FCRTL_82599(packetbuf_num),
1699 IXGBE_FCRTL_82599(packetbuf_num),
1703 IXGBE_WRITE_REG(hw, IXGBE_FCRTH_82599(packetbuf_num),
1709 reg = IXGBE_READ_REG(hw, IXGBE_FCTTV(packetbuf_num /
1902 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num) argument
[all...]
H A Dixgbe_82598.c350 * @packetbuf_num: packet buffer number (0-7)
354 static s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw, s32 packetbuf_num) argument
463 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(packetbuf_num),
466 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(packetbuf_num),
470 IXGBE_WRITE_REG(hw, IXGBE_FCRTH(packetbuf_num),
475 reg = IXGBE_READ_REG(hw, IXGBE_FCTTV(packetbuf_num / 2));
476 if ((packetbuf_num & 1) == 0)
480 IXGBE_WRITE_REG(hw, IXGBE_FCTTV(packetbuf_num / 2), reg);

Completed in 122 milliseconds