Home
last modified time | relevance | path

Searched refs:no_ack (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/soundwire/
H A Dcadence_master.c568 int nack = 0, no_ack = 0; in cdns_fill_msg_resp() local
574 no_ack = 1; in cdns_fill_msg_resp()
588 if (no_ack) { in cdns_fill_msg_resp()
680 int nack = 0, no_ack = 0; in cdns_program_scp_addr() local
717 no_ack = 1; in cdns_program_scp_addr()
733 if (no_ack) { in cdns_program_scp_addr()
/linux/drivers/net/wireless/ath/carl9170/
H A Dwlan.h190 u8 no_ack:1; member
H A Dtx.c898 bool no_ack; in carl9170_tx_apply_rateset() local
902 no_ack = !!(info->flags & IEEE80211_TX_CTL_NO_ACK); in carl9170_tx_apply_rateset()
931 if (carl9170_tx_rts_check(ar, txrate, ampdu, no_ack)) in carl9170_tx_apply_rateset()
947 if (carl9170_tx_rts_check(ar, txrate, ampdu, no_ack)) in carl9170_tx_apply_rateset()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h4844 __le32 no_ack; member
4853 u8 no_ack; member
H A Dwmi.c3034 wmm_param->no_ack = cpu_to_le32(wmi_wmm_arg->no_ack); in ath12k_wmi_send_wmm_update_cmd()
3037 "wmi wmm set ac %d aifs %d cwmin %d cwmax %d txop %d acm %d no_ack %d\n", in ath12k_wmi_send_wmm_update_cmd()
3040 wmm_param->acm, wmm_param->no_ack); in ath12k_wmi_send_wmm_update_cmd()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h5276 u32 no_ack; member
5285 u8 no_ack; member
H A Dwmi.c2715 wmm_param->no_ack = wmi_wmm_arg->no_ack; in ath11k_wmi_send_wmm_update_cmd_tlv()
2718 "wmm set type %d ac %d aifs %d cwmin %d cwmax %d txop %d acm %d no_ack %d\n", in ath11k_wmi_send_wmm_update_cmd_tlv()
2721 wmm_param->acm, wmm_param->no_ack); in ath11k_wmi_send_wmm_update_cmd_tlv()
/linux/net/ipv4/
H A Dtcp_input.c6174 goto no_ack; in tcp_rcv_established()
6180 no_ack: in tcp_rcv_established()