/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hal_tx.h | 22 u32 desc_id; member
|
H A D | dp_tx.c | 147 ti.desc_id = FIELD_PREP(DP_TX_DESC_ID_MAC_ID, ar->pdev_idx) | in ath11k_dp_tx() 285 FIELD_GET(DP_TX_DESC_ID_MSDU_ID, ti.desc_id)); in ath11k_dp_tx() 733 u32 desc_id; in ath11k_dp_tx_completion_handler() local 740 desc_id = FIELD_GET(BUFFER_ADDR_INFO1_SW_COOKIE, in ath11k_dp_tx_completion_handler() 742 mac_id = FIELD_GET(DP_TX_DESC_ID_MAC_ID, desc_id); in ath11k_dp_tx_completion_handler() 743 msdu_id = FIELD_GET(DP_TX_DESC_ID_MSDU_ID, desc_id); in ath11k_dp_tx_completion_handler()
|
H A D | hal_tx.c | 49 FIELD_PREP(BUFFER_ADDR_INFO1_SW_COOKIE, ti->desc_id); in ath11k_hal_tx_cmd_desc_setup()
|
H A D | wmi.c | 723 cmd->desc_id = buf_id; in ath11k_wmi_mgmt_send() 6122 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp() 6126 tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp() 6131 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp() 6156 num_mgmt, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp() 6187 param->desc_id = ev->desc_id; in ath11k_pull_mgmt_tx_compl_param_tlv() 8004 tx_compl_param.pdev_id, tx_compl_param.desc_id, in ath11k_mgmt_tx_compl_event()
|
H A D | wmi.h | 3508 u16 desc_id; member 3810 u32 desc_id; member 4893 u32 desc_id; member
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_tx.c | 258 ti.desc_id = tx_desc->desc_id; in ath12k_dp_tx() 578 u32 desc_id; in ath12k_dp_tx_completion_handler() local 592 desc_id = le32_get_bits(tx_status->buf_va_hi, in ath12k_dp_tx_completion_handler() 595 tx_desc = ath12k_dp_get_tx_desc(ab, desc_id); in ath12k_dp_tx_completion_handler()
|
H A D | hal_tx.c | 43 le32_encode_bits(ti->desc_id, BUFFER_ADDR_INFO1_SW_COOKIE); in ath12k_hal_tx_cmd_desc_setup()
|
H A D | hal_tx.h | 24 u32 desc_id; member
|
H A D | dp.h | 284 u32 desc_id; /* Cookie */ member 1819 u32 desc_id);
|
H A D | wmi.c | 782 cmd->desc_id = cpu_to_le32(buf_id); in ath12k_wmi_mgmt_send() 5102 static int wmi_process_mgmt_tx_comp(struct ath12k *ar, u32 desc_id, in wmi_process_mgmt_tx_comp() argument 5111 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp() 5115 desc_id); in wmi_process_mgmt_tx_comp() 5120 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp() 5167 param->desc_id = ev->desc_id; in ath12k_pull_mgmt_tx_compl_param_tlv() 6076 wmi_process_mgmt_tx_comp(ar, le32_to_cpu(tx_compl_param.desc_id), in ath12k_mgmt_tx_compl_event() 6081 tx_compl_param.pdev_id, tx_compl_param.desc_id, in ath12k_mgmt_tx_compl_event()
|
H A D | dp.c | 1384 tx_descs[j].desc_id = ath12k_dp_cc_cookie_gen(ppt_idx, j); in ath12k_dp_cc_desc_init()
|
H A D | wmi.h | 3697 __le32 desc_id; member 4170 __le32 desc_id; member
|
/freebsd/sys/dev/ice/ |
H A D | virtchnl_inline_ipsec.h |
|
H A D | ice_switch.h | 521 bool res_shared, u16 *desc_id, struct ice_sq_cd *cd);
|
H A D | ice_switch.c | 2307 * @desc_id: input - first desc ID to start; output - next desc ID in ice_aq_get_res_descs() 2313 bool res_shared, u16 *desc_id, struct ice_sq_cd *cd) in ice_aq_get_res_descs() 2334 cmd->ops.cmd.first_desc = CPU_TO_LE16(*desc_id); 2338 *desc_id = LE16_TO_CPU(cmd->ops.resp.next_desc); in ice_add_mac_rule() 2294 ice_aq_get_res_descs(struct ice_hw * hw,u16 num_entries,struct ice_aqc_res_elem * buf,u16 buf_size,u16 res_type,bool res_shared,u16 * desc_id,struct ice_sq_cd * cd) ice_aq_get_res_descs() argument
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_xmit_ds.c | 65 u_int desc_id, in ar9300_fill_tx_desc() argument 92 ads->ds_ctl10 = (desc_id << AR_tx_desc_id_S) | ar9300_calc_ptr_chk_sum(ads); in ar9300_fill_tx_desc()
|
H A D | ar9300desc.h | 514 u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg,
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi-tlv.c | 875 arg->desc_id = ev->desc_id; in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() 3312 int len, desc_id; in ath10k_wmi_tlv_op_gen_mgmt_tx_send() local 3351 desc_id = ath10k_wmi_mgmt_tx_alloc_msdu_id(ar, msdu, paddr); in ath10k_wmi_tlv_op_gen_mgmt_tx_send() 3352 if (desc_id < 0) in ath10k_wmi_tlv_op_gen_mgmt_tx_send() 3355 cb->msdu_id = desc_id; in ath10k_wmi_tlv_op_gen_mgmt_tx_send() 3368 cmd->desc_id = __cpu_to_le32(desc_id); in ath10k_wmi_tlv_op_gen_mgmt_tx_send() 3392 return ERR_PTR(desc_id); in ath10k_wmi_tlv_op_gen_mgmt_tx_send()
|
H A D | htt.h | 372 __le32 desc_id; member 561 __le32 desc_id; member
|
H A D | wmi-tlv.h | 1679 __le32 desc_id; member 2676 __le32 desc_id; member
|
H A D | wmi.c | 2418 pkt_addr = idr_find(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp() 2421 param->desc_id); in wmi_process_mgmt_tx_comp() 2445 idr_remove(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp() 2463 param.desc_id = __le32_to_cpu(arg.desc_id); in ath10k_wmi_event_mgmt_tx_compl() 2493 param.desc_id = __le32_to_cpu(arg.desc_ids[i]); in ath10k_wmi_event_mgmt_tx_bundle_compl()
|
H A D | htt_tx.c | 1243 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx()
|
H A D | wmi.h | 6800 u32 desc_id; member 6807 __le32 desc_id; member
|
H A D | htt_rx.c | 4280 tx_done.msdu_id = __le32_to_cpu(resp->mgmt_tx_completion.desc_id); in ath10k_htt_t2h_msg_handler()
|