Home
last modified time | relevance | path

Searched refs:qsp (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/tile/
Dtilepro.c706 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_discard_aux() local
712 qsp->__packet_receive_queue.__last_packet_plus_one) ? in tile_net_discard_aux()
715 netio_pkt_t *pkt = (netio_pkt_t *)((unsigned long) &qsp[1] + index); in tile_net_discard_aux()
743 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_discard_packets() local
747 qsp->__packet_receive_queue.__packet_write) { in tile_net_discard_packets()
762 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_poll_aux() local
771 qsp->__packet_receive_queue.__last_packet_plus_one) ? in tile_net_poll_aux()
774 netio_pkt_t *pkt = (netio_pkt_t *)((unsigned long) &qsp[1] + index); in tile_net_poll_aux()
914 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_poll() local
921 if (index == qsp->__packet_receive_queue.__packet_write) in tile_net_poll()
[all …]
/linux-3.4.99/Documentation/RCU/
Dtrace.txt336 0 np=255892 qsp=53936 rpq=85 cbr=0 cng=14417 gpc=10033 gps=24320 nf=6445 nn=146741
337 1 np=261224 qsp=54638 rpq=33 cbr=0 cng=25723 gpc=16310 gps=2849 nf=5912 nn=155792
338 2 np=237496 qsp=49664 rpq=23 cbr=0 cng=2762 gpc=45478 gps=1762 nf=1201 nn=136629
339 3 np=236249 qsp=48766 rpq=98 cbr=0 cng=286 gpc=48049 gps=1218 nf=207 nn=137723
340 4 np=221310 qsp=46850 rpq=7 cbr=0 cng=26 gpc=43161 gps=4634 nf=3529 nn=123110
341 5 np=237332 qsp=48449 rpq=9 cbr=0 cng=54 gpc=47920 gps=3252 nf=201 nn=137456
342 6 np=219995 qsp=46718 rpq=12 cbr=0 cng=50 gpc=42098 gps=6093 nf=4202 nn=120834
343 7 np=249893 qsp=49390 rpq=42 cbr=0 cng=72 gpc=38400 gps=17102 nf=41 nn=144888
345 0 np=146741 qsp=1419 rpq=6 cbr=0 cng=6 gpc=0 gps=0 nf=2 nn=145314
346 1 np=155792 qsp=12597 rpq=3 cbr=0 cng=0 gpc=4 gps=8 nf=3 nn=143180
[all …]
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c1989 struct qset_params *qsp; in set_coalesce() local
1997 qsp = &adapter->params.sge.qset[i]; in set_coalesce()
1999 qsp->coalesce_usecs = c->rx_coalesce_usecs; in set_coalesce()
2000 t3_update_qset_coalesce(qs, qsp); in set_coalesce()