Searched refs:txbuf_len (Results 1 – 5 of 5) sorted by relevance
28 unsigned int txbuf_len; member106 pwm_ir->txbuf_len = count; in pwm_ir_tx_atomic()132 if (pwm_ir->txbuf_index >= pwm_ir->txbuf_len) { in pwm_ir_timer()
225 unsigned int val, hdr_len, txbuf_len, txsize_len; in qcom_pmic_typec_pdphy_pd_transmit_payload() local232 txbuf_len = pd_header_cnt_le(msg->header) * 4; in qcom_pmic_typec_pdphy_pd_transmit_payload()233 txsize_len = hdr_len + txbuf_len - 1; in qcom_pmic_typec_pdphy_pd_transmit_payload()260 if (txbuf_len) { in qcom_pmic_typec_pdphy_pd_transmit_payload()263 &msg->payload, txbuf_len); in qcom_pmic_typec_pdphy_pd_transmit_payload()295 hdr_len, &msg->header, txbuf_len, &msg->payload, ret); in qcom_pmic_typec_pdphy_pd_transmit_payload()
939 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()
1317 unsigned int txbuf_len; /* buf count in txbuf list */ member
821 "available txbuffers: %d\n", ah->txbuf_len); in read_file_queue()
Completed in 36 milliseconds