Home
last modified time | relevance | path

Searched refs:_index (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300desc.h444 #define set_11n_tries(_series, _index) \ argument
445 (SM((_series)[_index].Tries, AR_xmit_data_tries##_index))
447 #define set_11n_rate(_series, _index) \ argument
448 (SM((_series)[_index].Rate, AR_xmit_rate##_index))
451 (SM((_series)[_index].PktDuration, AR_packet_dur##_index) |\
453 AR_rts_cts_qual##_index : 0))
464 ((_series)[_index].RateFlags & HAL_RATESERIES_2040 ? AR_2040_##_index : 0) \
465 |((_series)[_index].RateFlags & HAL_RATESERIES_HALFGI ? AR_gi##_index : 0) \
466 |((_series)[_index].RateFlags & HAL_RATESERIES_STBC ? AR_stbc##_index : 0) \
467 |SM((_series)[_index].ChSel, AR_chain_sel##_index)
[all …]
H A Dar9300_timer.c58 #define AR_GENTMR_BIT(_index) (1 << (_index)) argument
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_impl.h1187 uint32_t, (_index), \
1197 uint32_t, (_index), \
1210 uint32_t, (_index), \
1228 uint32_t, (_index), \
1239 uint32_t, (_index), \
1256 uint32_t, (_index), \
1269 uint32_t, (_index), \
1331 uint32_t, (_index), \
1341 uint32_t, (_index), \
1355 uint32_t, (_index), \
[all …]
/f-stack/app/micro_thread/
H A Dheap.h48 int _index;
53 HeapEntry():_index(0){}; in HeapEntry()
67 return _index; in GetIndex()
83 _index = index; in SetIndex()
/f-stack/freebsd/arm64/qoriq/clk/
H A Dqoriq_clkgen.h69 #define QORIQ_CLK_ID(_type, _index) ((_type << 8) + _index) argument
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_common.h1375 #define GET_BITS(_var, _index, _width) \ argument
1376 (((_var) >> (_index)) & ((0x1 << (_width)) - 1))
1378 #define SET_BITS(_var, _index, _width, _val) \ argument
1380 (_var) &= ~(((0x1 << (_width)) - 1) << (_index)); \
1381 (_var) |= (((_val) & ((0x1 << (_width)) - 1)) << (_index)); \
1384 #define GET_BITS_LE(_var, _index, _width) \ argument
1385 ((rte_le_to_cpu_32((_var)) >> (_index)) & ((0x1 << (_width)) - 1))
1387 #define SET_BITS_LE(_var, _index, _width, _val) \ argument
1389 (_var) &= rte_cpu_to_le_32(~(((0x1U << (_width)) - 1) << (_index)));\
1391 ((0x1U << (_width)) - 1)) << (_index))); \
/f-stack/freebsd/sys/
H A Dacl.h370 int acl_create_entry_np(acl_t *_acl_p, acl_entry_t *_entry_p, int _index);
372 int acl_delete_entry_np(acl_t _acl, int _index);
/f-stack/freebsd/kern/
H A Dbus_if.m145 * @param _index the instance variable to read
156 int _index;
168 * @param _index the instance variable to write
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dctl.c54 static const ctl_named_node_t *n##_index(tsdn_t *tsdn, \
245 #define INDEX(i) {false}, i##_index