Home
last modified time | relevance | path

Searched refs:txbuf_len (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_pdphy.c158 unsigned int val, hdr_len, txbuf_len, txsize_len; in qcom_pmic_typec_pdphy_pd_transmit_payload() local
165 txbuf_len = pd_header_cnt_le(msg->header) * 4; in qcom_pmic_typec_pdphy_pd_transmit_payload()
166 txsize_len = hdr_len + txbuf_len - 1; in qcom_pmic_typec_pdphy_pd_transmit_payload()
193 if (txbuf_len) { in qcom_pmic_typec_pdphy_pd_transmit_payload()
196 &msg->payload, txbuf_len); in qcom_pmic_typec_pdphy_pd_transmit_payload()
228 hdr_len, &msg->header, txbuf_len, &msg->payload, ret); in qcom_pmic_typec_pdphy_pd_transmit_payload()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c939 ah->txbuf_len = ATH_TXBUF; in ath5k_desc_alloc()
1172 ah->txbuf_len++; in ath5k_drain_tx_buffs()
1689 ah->txbuf_len--; in ath5k_tx_queue()
1700 ah->txbuf_len++; in ath5k_tx_queue()
1821 ah->txbuf_len++; in ath5k_tx_processq()
H A Dath5k.h1317 unsigned int txbuf_len; /* buf count in txbuf list */ member
H A Ddebug.c821 "available txbuffers: %d\n", ah->txbuf_len); in read_file_queue()