| /f-stack/dpdk/app/test/ |
| H A D | test_ipsec.c | 1241 uint16_t num_pkts = test_cfg[i].num_pkts; in test_ipsec_crypto_inb_burst_null_null() local 1343 uint16_t num_pkts = test_cfg[i].num_pkts; in test_ipsec_crypto_outb_burst_null_null() local 1451 uint16_t num_pkts = test_cfg[i].num_pkts; in test_ipsec_inline_crypto_inb_burst_null_null() local 1484 num_pkts); in test_ipsec_inline_crypto_inb_burst_null_null() 1529 uint16_t num_pkts = test_cfg[i].num_pkts; in test_ipsec_inline_proto_inb_burst_null_null() local 1637 uint16_t num_pkts = test_cfg[i].num_pkts; in test_ipsec_inline_crypto_outb_burst_null_null() local 1715 uint16_t num_pkts = test_cfg[i].num_pkts; in test_ipsec_inline_proto_outb_burst_null_null() local 1792 uint16_t num_pkts = test_cfg[i].num_pkts; in test_ipsec_lksd_proto_inb_burst_null_null() local 2199 uint16_t num_pkts = test_cfg[i].num_pkts; in test_ipsec_replay_inb_inside_burst_null_null() local 2329 uint16_t num_pkts = test_cfg[i].num_pkts; in test_ipsec_crypto_inb_burst_2sa_null_null() local [all …]
|
| H A D | test_ipsec_perf.c | 253 uint16_t num_pkts) in packet_prepare() argument 275 sa->cop, num_pkts); in packet_prepare() 279 if (k != num_pkts) { in packet_prepare() 307 if (k != num_pkts) { in packet_process() 324 uint16_t num_pkts, n; in create_traffic() local 331 if (num_pkts == 0) in create_traffic() 335 if (n != num_pkts) in create_traffic() 340 if (num_pkts == 0) in create_traffic() 351 if (num_pkts == 0) in create_traffic() 355 if (n != num_pkts) in create_traffic() [all …]
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_misc.c | 110 NG_HCI_BUFF_ACL_TOTAL(unit->buffer, ep->num_pkts); in ng_hci_node_is_up() 113 NG_HCI_BUFF_SCO_TOTAL(unit->buffer, ep->num_pkts); in ng_hci_node_is_up() 261 int num_pkts; in ng_hci_new_con() local 291 NG_HCI_BUFF_ACL_TOTAL(unit->buffer, num_pkts); in ng_hci_new_con() 293 NG_HCI_BUFF_SCO_TOTAL(unit->buffer, num_pkts); in ng_hci_new_con() 295 NG_BT_ITEMQ_INIT(&con->conq, num_pkts); in ng_hci_new_con()
|
| /f-stack/dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev.c | 270 int num_pkts = 0, ret, i = 0, n; in dpaa2_eventdev_dequeue_burst() local 328 if (!num_pkts && timeout_ticks) { in dpaa2_eventdev_dequeue_burst() 333 return num_pkts; in dpaa2_eventdev_dequeue_burst() 340 rxq->cb(swp, fd, dq, rxq, &ev[num_pkts]); in dpaa2_eventdev_dequeue_burst() 347 num_pkts++; in dpaa2_eventdev_dequeue_burst() 348 } while (num_pkts < nb_events); in dpaa2_eventdev_dequeue_burst() 350 return num_pkts; in dpaa2_eventdev_dequeue_burst()
|
| /f-stack/freebsd/netgraph/bluetooth/include/ |
| H A D | ng_btsocket_sco.h | 49 u_int16_t num_pkts; /* buffer size */ member
|
| H A D | ng_hci.h | 663 u_int16_t num_pkts; /* ACL/SCO packet queue size */ member
|
| /f-stack/dpdk/examples/bbdev_app/ |
| H A D | main.c | 373 add_awgn(struct rte_mbuf **mbufs, uint16_t num_pkts) in add_awgn() argument 376 RTE_SET_USED(num_pkts); in add_awgn() 386 uint16_t num_pkts, uint16_t k) in transform_enc_out_dec_in() argument 396 for (i = 0; i < num_pkts; ++i) { in transform_enc_out_dec_in() 437 verify_data(struct rte_mbuf **mbufs, uint16_t num_pkts) in verify_data() argument 440 for (i = 0; i < num_pkts; ++i) { in verify_data()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_pktchkr.h | 48 uint32_t num_pkts; member
|
| H A D | ark_pktgen.h | 34 volatile uint32_t num_pkts; member
|
| H A D | ark_pktgen.c | 255 inst->regs->num_pkts = x; in ark_pktgen_set_num_pkts()
|
| H A D | ark_pktchkr.c | 255 inst->cregs->num_pkts = x; in ark_pktchkr_set_num_pkts()
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_var.h | 88 u_int16_t num_pkts; /* out queue size */ member
|
| H A D | ng_l2cap_main.c | 281 ep->pkt_size, ep->num_pkts); in ng_l2cap_lower_rcvmsg() 286 l2cap->num_pkts = ep->num_pkts; in ng_l2cap_lower_rcvmsg()
|
| H A D | ng_l2cap_llpi.c | 825 while (con->pending < con->l2cap->num_pkts && con->tx_pkt != NULL) { in ng_l2cap_lp_deliver()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_sco.c | 848 rt->num_pkts = ep->num_pkts; in ng_btsocket_sco_default_msg_input() 858 rt->pkt_size, rt->num_pkts); in ng_btsocket_sco_default_msg_input() 1745 while (pcb->rt->pending < pcb->rt->num_pkts && in ng_btsocket_sco_send2()
|