Home
last modified time | relevance | path

Searched refs:real_rx (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/net/core/
Dnet-sysfs.c1160 int error = 0, txq = 0, rxq = 0, real_rx = 0, real_tx = 0; in register_queue_kobjects() local
1170 real_rx = net->real_num_rx_queues; in register_queue_kobjects()
1174 error = net_rx_queue_update_kobjects(net, 0, real_rx); in register_queue_kobjects()
1177 rxq = real_rx; in register_queue_kobjects()
1194 int real_rx = 0, real_tx = 0; in remove_queue_kobjects() local
1197 real_rx = net->real_num_rx_queues; in remove_queue_kobjects()
1201 net_rx_queue_update_kobjects(net, real_rx, 0); in remove_queue_kobjects()
/linux-2.6.39/drivers/net/
Dbfin_mac.c1168 goto real_rx; in bfin_mac_interrupt()
1176 real_rx: in bfin_mac_interrupt()