Searched refs:sky2_descriptor_error (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | sky2.c | 2074 static void sky2_descriptor_error(struct sky2_hw *hw, unsigned port, in sky2_descriptor_error() function 2122 sky2_descriptor_error(hw, 0, "receive", Y2_IS_CHK_RX1); in sky2_intr() 2125 sky2_descriptor_error(hw, 1, "receive", Y2_IS_CHK_RX2); in sky2_intr() 2128 sky2_descriptor_error(hw, 0, "transmit", Y2_IS_CHK_TXA1); in sky2_intr() 2131 sky2_descriptor_error(hw, 1, "transmit", Y2_IS_CHK_TXA2); in sky2_intr()
|