Searched refs:tsa (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/ntp/util/
H A Dpps-api.c31 Chew(struct timespec *tsa, struct timespec *tsc, unsigned sa, unsigned sc) argument
36 printf("%d.%09d ", tsa->tv_sec, tsa->tv_nsec);
41 timespecsub(&ts,tsa);
/freebsd-10.0-release/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c119 u16 *max, u8 *tsa)
146 if (tsa[i] == ixgbe_dcb_tsa_strict)
175 u8 *tsa)
198 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee)
201 if (tsa[i] == ixgbe_dcb_tsa_strict)
219 u8 *tsa)
238 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee)
241 if (tsa[i] == ixgbe_dcb_tsa_strict)
348 u8 *tsa)
350 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa);
118 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *tsa) argument
173 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
217 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
346 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
[all...]
H A Dixgbe_dcb.c243 u8 *tsa)
249 tsa[tc] = tc_config[tc].path[direction].tsa;
322 if (p->tsa == ixgbe_dcb_tsa_strict) {
446 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; local
455 ixgbe_dcb_unpack_tsa_cee(dcb_config, IXGBE_DCB_TX_CONFIG, tsa);
460 ret = ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa);
466 tsa, map);
486 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
494 ixgbe_dcb_unpack_tsa_cee(dcb_config, IXGBE_DCB_TX_CONFIG, tsa);
242 ixgbe_dcb_unpack_tsa_cee(struct ixgbe_dcb_config *cfg, int direction, u8 *tsa) argument
525 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
627 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
692 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
[all...]
H A Dixgbe_dcb_82599.c118 u16 *max, u8 *bwg_id, u8 *tsa,
153 if (tsa[i] == ixgbe_dcb_tsa_strict)
177 u16 *max, u8 *bwg_id, u8 *tsa)
195 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee)
198 if (tsa[i] == ixgbe_dcb_tsa_strict)
222 u16 *max, u8 *bwg_id, u8 *tsa,
255 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee)
258 if (tsa[i] == ixgbe_dcb_tsa_strict)
573 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa,
577 ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id, tsa,
117 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
176 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
221 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
572 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
[all...]
H A Dixgbe_dcb.h91 enum ixgbe_dcb_tsa tsa; /* Link or Group Strict Priority */ member in struct:ixgbe_dcb_tc_path
/freebsd-10.0-release/tools/tools/netrate/netreceive/
H A Dnetreceive.c77 timespec_add(struct timespec *tsa, struct timespec *tsb) argument
80 tsa->tv_sec += tsb->tv_sec;
81 tsa->tv_nsec += tsb->tv_nsec;
82 if (tsa->tv_nsec >= 1000000000) {
83 tsa->tv_sec++;
84 tsa->tv_nsec -= 1000000000;
89 timespec_sub(struct timespec *tsa, struct timespec *tsb) argument
92 tsa->tv_sec -= tsb->tv_sec;
93 tsa->tv_nsec -= tsb->tv_nsec;
94 if (tsa
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c337 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa) argument
341 if (a->tsa == tsa)
343 new_tsa = GENERAL_NAME_dup(tsa);
349 GENERAL_NAME_free(a->tsa);
350 a->tsa = new_tsa;
356 return a->tsa;
H A Dts.h165 tsa [0] GeneralName OPTIONAL,
179 GENERAL_NAME *tsa; member in struct:TS_tst_info_st
451 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa);
H A Dts_asn1.c144 ASN1_EXP_OPT(TS_TST_INFO, tsa, GENERAL_NAME, 0),
/freebsd-10.0-release/tools/test/ppsapi/
H A Dppsapitest.c22 Chew(struct timespec *tsa, struct timespec *tsc, unsigned sa, unsigned sc) argument
24 printf("%jd .%09ld %u", (intmax_t)tsa->tv_sec, tsa->tv_nsec, sa);
/freebsd-10.0-release/tools/tools/netrate/netsend/
H A Dnetsend.c71 timespec_add(struct timespec *tsa, struct timespec *tsb) argument
74 tsa->tv_sec += tsb->tv_sec;
75 tsa->tv_nsec += tsb->tv_nsec;
76 if (tsa->tv_nsec >= 1000000000) {
77 tsa->tv_sec++;
78 tsa->tv_nsec -= 1000000000;
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_rawread.c277 caddr_t sa, nsa, tsa; local
380 tsa = sa;
382 nsa = tsa;
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_signal.c437 struct timespec ts, *tsa; local
454 tsa = NULL;
487 tsa = &ts;
489 error = kern_sigtimedwait(td, bset, &info, tsa);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntpd.c1068 l_fp tsa, tsb; local
1072 tsa = pts;
1116 L_SUB(&tsb, &tsa);
/freebsd-10.0-release/tools/tools/netmap/
H A Dpkt-gen.c750 timespec_add(struct timespec *tsa, struct timespec *tsb) argument
752 tsa->tv_sec += tsb->tv_sec;
753 tsa->tv_nsec += tsb->tv_nsec;
754 if (tsa->tv_nsec >= 1000000000) {
755 tsa->tv_sec++;
756 tsa->tv_nsec -= 1000000000;

Completed in 227 milliseconds