Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300paprd.h27 extern HAL_STATUS ar9300_paprd_setup_gain_table(struct ath_hal *ah, int chain_num);
28 …TATUS ar9300_paprd_create_curve(struct ath_hal *ah, struct ieee80211_channel *chan, int chain_num);
32 …300_populate_paprd_single_table(struct ath_hal *ah, struct ieee80211_channel *chan, int chain_num);
H A Dar9300_paprd.c730 if (chain_num == 0) { in ar9300_get_desired_gain_for_chain()
736 } else if (chain_num == 1) { in ar9300_get_desired_gain_for_chain()
744 } else if (chain_num == 2) { in ar9300_get_desired_gain_for_chain()
1871 if (chain_num == 0) { in ar9300_populate_paprd_single_table()
1873 } else if (chain_num == 1) { in ar9300_populate_paprd_single_table()
1875 } else if (chain_num == 2) { in ar9300_populate_paprd_single_table()
1932 if (chain_num == 0) { in ar9300_populate_paprd_single_table()
1939 } else if (chain_num == 1) { in ar9300_populate_paprd_single_table()
1949 } else if (chain_num == 2) { in ar9300_populate_paprd_single_table()
2419 int chain_num) in ar9300_paprd_create_curve() argument
[all …]
H A Dar9300_xmit_ds.c570 ar9300_set_paprd_tx_desc(struct ath_hal *ah, void *ds, int chain_num) in ar9300_set_paprd_tx_desc() argument
574 ads->ds_ctl12 |= SM((1 << chain_num), AR_paprd_chain_mask); in ar9300_set_paprd_tx_desc()
H A Dar9300desc.h528 extern void ar9300_set_paprd_tx_desc(struct ath_hal *ah, void *ds, int chain_num);
/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk.c125 vq->last_used_idx += task->chain_num; in enqueue_task_packed()
408 task->chain_num = desc[desc_idx].num; in submit_inflight_vq()
495 uint16_t task_idx, req_idx, last_idx, chain_num; in process_vq() local
498 &req_idx, &chain_num); in process_vq()
503 task->chain_num = chain_num; in process_vq()
505 last_idx = (req_idx + chain_num - 1) % vq->vring.size; in process_vq()
H A Dvhost_blk.h91 uint16_t chain_num; member