Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/tile/
Dtilepro.c628 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_discard_aux() local
634 qsp->__packet_receive_queue.__last_packet_plus_one) ? in tile_net_discard_aux()
637 netio_pkt_t *pkt = (netio_pkt_t *)((unsigned long) &qsp[1] + index); in tile_net_discard_aux()
665 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_discard_packets() local
669 qsp->__packet_receive_queue.__packet_write) { in tile_net_discard_packets()
684 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_poll_aux() local
693 qsp->__packet_receive_queue.__last_packet_plus_one) ? in tile_net_poll_aux()
696 netio_pkt_t *pkt = (netio_pkt_t *)((unsigned long) &qsp[1] + index); in tile_net_poll_aux()
829 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_poll() local
839 if (index == qsp->__packet_receive_queue.__packet_write) in tile_net_poll()
[all …]
/linux-4.1.27/Documentation/RCU/
Dtrace.txt399 0!np=26111 qsp=29 rpq=5386 cbr=1 cng=570 gpc=3674 gps=577 nn=15903 ndw=0
400 1!np=28913 qsp=35 rpq=6097 cbr=1 cng=448 gpc=3700 gps=554 nn=18113 ndw=0
401 2!np=32740 qsp=37 rpq=6202 cbr=0 cng=476 gpc=4627 gps=546 nn=20889 ndw=0
402 3 np=23679 qsp=22 rpq=5044 cbr=1 cng=415 gpc=3403 gps=347 nn=14469 ndw=0
403 4!np=30714 qsp=4 rpq=5574 cbr=0 cng=528 gpc=3931 gps=639 nn=20042 ndw=0
404 5 np=28910 qsp=2 rpq=5246 cbr=0 cng=428 gpc=4105 gps=709 nn=18422 ndw=0
405 6!np=38648 qsp=5 rpq=7076 cbr=0 cng=840 gpc=4072 gps=961 nn=25699 ndw=0
406 7 np=37275 qsp=2 rpq=6873 cbr=0 cng=868 gpc=3416 gps=971 nn=25147 ndw=0
416 o "qsp" is the number of times that the RCU was waiting for a
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c1993 struct qset_params *qsp; in set_coalesce() local
2001 qsp = &adapter->params.sge.qset[i]; in set_coalesce()
2003 qsp->coalesce_usecs = c->rx_coalesce_usecs; in set_coalesce()
2004 t3_update_qset_coalesce(qs, qsp); in set_coalesce()