Searched refs:net_rsp (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/qlge/
H A Dqlge_main.c2197 struct ob_mac_iocb_rsp *net_rsp = NULL; local
2208 net_rsp = (struct ob_mac_iocb_rsp *)rx_ring->curr_entry;
2210 switch (net_rsp->opcode) {
2214 ql_process_mac_tx_intr(qdev, net_rsp);
2219 net_rsp->opcode);
2226 tx_ring = &qdev->tx_ring[net_rsp->txq_idx];
2228 net_rsp != NULL) {
2245 struct ql_net_rsp_iocb *net_rsp; local
2255 net_rsp = rx_ring->curr_entry;
2257 switch (net_rsp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/qlge/
H A Dqlge_main.c2197 struct ob_mac_iocb_rsp *net_rsp = NULL; local
2208 net_rsp = (struct ob_mac_iocb_rsp *)rx_ring->curr_entry;
2210 switch (net_rsp->opcode) {
2214 ql_process_mac_tx_intr(qdev, net_rsp);
2219 net_rsp->opcode);
2226 tx_ring = &qdev->tx_ring[net_rsp->txq_idx];
2228 net_rsp != NULL) {
2245 struct ql_net_rsp_iocb *net_rsp; local
2255 net_rsp = rx_ring->curr_entry;
2257 switch (net_rsp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dqla3xxx.c2118 struct net_rsp_iocb *net_rsp; local
2126 net_rsp = qdev->rsp_current;
2133 net_rsp->opcode &= 0x7f;
2134 switch (net_rsp->opcode) {
2139 net_rsp);
2146 net_rsp);
2153 net_rsp);
2157 u32 *tmp = (u32 *)net_rsp;
2162 net_rsp->opcode,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dqla3xxx.c2118 struct net_rsp_iocb *net_rsp; local
2126 net_rsp = qdev->rsp_current;
2133 net_rsp->opcode &= 0x7f;
2134 switch (net_rsp->opcode) {
2139 net_rsp);
2146 net_rsp);
2153 net_rsp);
2157 u32 *tmp = (u32 *)net_rsp;
2162 net_rsp->opcode,

Completed in 184 milliseconds