| /freebsd/sys/netgraph/bluetooth/hci/ |
| H A D | ng_hci_misc.c | 109 NG_HCI_BUFF_ACL_TOTAL(unit->buffer, ep->num_pkts); in ng_hci_node_is_up() 112 NG_HCI_BUFF_SCO_TOTAL(unit->buffer, ep->num_pkts); in ng_hci_node_is_up() 260 int num_pkts; in ng_hci_new_con() local 290 NG_HCI_BUFF_ACL_TOTAL(unit->buffer, num_pkts); in ng_hci_new_con() 292 NG_HCI_BUFF_SCO_TOTAL(unit->buffer, num_pkts); in ng_hci_new_con() 294 NG_BT_ITEMQ_INIT(&con->conq, num_pkts); in ng_hci_new_con()
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_ackm_test.c | 50 size_t num_pkts; member 76 for (i = 0; i < h->num_pkts; ++i) { in helper_destroy() 86 static int helper_init(struct helper *h, size_t num_pkts) in helper_init() argument 113 h->num_pkts = num_pkts; in helper_init() 114 if (num_pkts > 0) { in helper_init() 115 h->pkts = OPENSSL_zalloc(sizeof(struct pkt_info) * num_pkts); in helper_init() 524 size_t i, num_pkts = 0, pkt_idx = 0; in test_tx_ack_time_script() local 530 num_pkts += s->num_pn; in test_tx_ack_time_script() 533 if (!TEST_int_eq(helper_init(&h, num_pkts), 1)) in test_tx_ack_time_script() 536 for (i = 0; i < num_pkts; ++i) { in test_tx_ack_time_script() [all …]
|
| /freebsd/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_tx.c | 766 u32 num_pkts; in mlx5e_sq_xmit() 778 num_pkts = 1; in mlx5e_sq_xmit() 780 num_pkts = DIV_ROUND_UP(payload_len, mss); in mlx5e_sq_xmit() 781 sq->mbuf[pi].num_bytes = payload_len + (num_pkts * args.ihs); in mlx5e_sq_xmit() 792 u32 num_pkts; in mlx5e_sq_xmit() 812 num_pkts = 1; in mlx5e_sq_xmit() 814 num_pkts = DIV_ROUND_UP(payload_len, mss); in mlx5e_sq_xmit() 816 num_pkts * args.ihs; in mlx5e_sq_xmit() 763 u32 num_pkts; mlx5e_sq_xmit() local 789 u32 num_pkts; mlx5e_sq_xmit() local
|
| /freebsd/sys/netgraph/bluetooth/include/ |
| H A D | ng_btsocket_sco.h | 48 u_int16_t num_pkts; /* buffer size */ member
|
| H A D | ng_hci.h | 664 u_int16_t num_pkts; /* ACL/SCO packet queue size */ member
|
| /freebsd/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_main.c | 280 ep->pkt_size, ep->num_pkts); in ng_l2cap_lower_rcvmsg() 285 l2cap->num_pkts = ep->num_pkts; in ng_l2cap_lower_rcvmsg()
|
| H A D | ng_l2cap_var.h | 87 u_int16_t num_pkts; /* out queue size */ member
|
| H A D | ng_l2cap_llpi.c | 824 while (con->pending < con->l2cap->num_pkts && con->tx_pkt != NULL) { in ng_l2cap_lp_deliver()
|
| /freebsd/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_tx.c | 736 u32 num_pkts; in mlx4_en_xmit() local 749 num_pkts = 1; in mlx4_en_xmit() 751 num_pkts = DIV_ROUND_UP(payload_len, mss); in mlx4_en_xmit() 752 ring->bytes += payload_len + (num_pkts * ihs); in mlx4_en_xmit() 753 ring->packets += num_pkts; in mlx4_en_xmit()
|
| /freebsd/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_sco.c | 847 rt->num_pkts = ep->num_pkts; in ng_btsocket_sco_default_msg_input() 857 rt->pkt_size, rt->num_pkts); in ng_btsocket_sco_default_msg_input() 1727 while (pcb->rt->pending < pcb->rt->num_pkts && in ng_btsocket_sco_send2()
|
| /freebsd/sys/dev/oce/ |
| H A D | oce_mbox.c | 1399 uint32_t loopback_type, uint32_t pkt_size, uint32_t num_pkts, in oce_mbox_cmd_test_loopback() argument 1421 fwcmd->params.req.num_pkts = num_pkts; in oce_mbox_cmd_test_loopback()
|
| H A D | oce_hw.h | 2020 uint32_t num_pkts; member 2492 uint32_t num_pkts:16; member 2511 uint32_t num_pkts:16;
|
| H A D | oce_if.h | 1040 uint32_t loopback_type, uint32_t pkt_size, uint32_t num_pkts,
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-linux.c | 4379 handlep->packets_left = h.h3->hdr.bh1.num_pkts; in pcap_read_linux_mmap_v3()
|