/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 1098 qidx_t pidx, queue_len; in enetc_isc_txd_encap() local 1104 queue_len = sc->tx_queue_size; in enetc_isc_txd_encap() 1119 if (++pidx == queue_len) in enetc_isc_txd_encap() 1129 if (++pidx == queue_len) in enetc_isc_txd_encap() 1140 if (++pidx == queue_len) in enetc_isc_txd_encap() 1199 qidx_t hw_pidx, queue_len; in enetc_isc_rxd_available() local 1205 queue_len = sc->rx_queue_size; in enetc_isc_rxd_available() 1219 if (++pidx == queue_len) in enetc_isc_rxd_available() 1233 qidx_t cidx, queue_len; in enetc_isc_rxd_pkt_get() local 1241 queue_len = sc->rx_queue_size; in enetc_isc_rxd_pkt_get() [all …]
|
/freebsd/usr.bin/nfsstat/ |
H A D | nfsstat.c | 106 uint64_t *queue_len, long double *busy_pct); 559 long double *ms_per_transfer, uint64_t *queue_len, in compute_new_stats() argument 611 *queue_len = cur_stats->srvstartcnt - cur_stats->srvdonecnt; in compute_new_stats() 1193 uint64_t queue_len; in exp_sidewaysintpr() local 1210 &ms_per_transfer, &queue_len, in exp_sidewaysintpr() 1232 &ms_per_transfer, &queue_len, &busy_pct); in exp_sidewaysintpr() 1236 ms_per_transfer, queue_len, busy_pct); in exp_sidewaysintpr()
|
/freebsd/usr.sbin/iostat/ |
H A D | iostat.c | 794 u_int64_t queue_len; in devstats() local 854 DSM_QUEUE_LENGTH, &queue_len, in devstats() 898 queue_len, busy_pct); in devstats() 910 queue_len, in devstats()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 260 int queue_len; member 3795 int queue_len; local 3870 queue_len = 1; 3874 queue_len = smoother->queue_len + 1; 3920 if (queue_len < gest->window_min) 4021 smoother->queue_len)); 4025 smoother->queue_len >= sc->syninfo.tap_min_queue) { 4207 smoother->queue_len = 0; 4234 if (smoother->queue_len < SYNAPTICS_PACKETQUEUE) 4235 smoother->queue_len++; [all …]
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | node.c | 324 r.connections[n].queue_len, in hci_read_connection_list()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 1678 unsigned int queue_len; in auth_sae_process_commit() local 1693 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_process_commit() 1694 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_process_commit() 1704 unsigned int queue_len; in auth_sae_queue() local 1707 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_queue() 1708 if (queue_len >= 15) { in auth_sae_queue() 1717 queue_len); in auth_sae_queue() 1752 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_queue()
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_main.c | 550 e2->queue_len = NG_BT_ITEMQ_LEN(&c->conq); in ng_hci_default_rcvmsg()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_l2cap_raw.c | 141 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, queue_len,
|
H A D | ng_btsocket_hci_raw.c | 139 SYSCTL_UINT(_net_bluetooth_hci_sockets_raw, OID_AUTO, queue_len, CTLFLAG_RD,
|
H A D | ng_btsocket_sco.c | 121 SYSCTL_UINT(_net_bluetooth_sco_sockets_seq, OID_AUTO, queue_len,
|
H A D | ng_btsocket_l2cap.c | 122 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_seq, OID_AUTO, queue_len,
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 651 u_int16_t queue_len; /* number of packets in queue */ member
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 34219 uint32_t queue_len; member
|