Home
last modified time | relevance | path

Searched refs:pckts_sent (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/netgraph/bluetooth/include/
HDng_h4.h103 u_int32_t pckts_sent; /* # of packets sent */ member
HDng_ubt.h79 u_int32_t pckts_sent; /* # of packets sent */ member
HDng_bt3c.h94 u_int32_t pckts_sent; /* # of packets sent */ member
/trueos/sys/netgraph/bluetooth/drivers/h4/
HDng_h4_var.h76 #define NG_H4_STAT_PCKTS_SENT(s) (s).pckts_sent ++
/trueos/sys/netgraph/bluetooth/drivers/bt3c/
HDng_bt3c_var.h84 #define NG_BT3C_STAT_PCKTS_SENT(s) (s).pckts_sent ++
/trueos/sys/netgraph/bluetooth/drivers/ubt/
HDng_ubt_var.h83 #define UBT_STAT_PCKTS_SENT(sc) (sc)->sc_stat.pckts_sent ++