Home
last modified time | relevance | path

Searched refs:padded_len (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wimax/i2400m/
Dtx.c721 size_t padded_len; in i2400m_tx() local
729 padded_len = ALIGN(buf_len, I2400M_PL_ALIGN); in i2400m_tx()
730 d_printf(5, dev, "padded_len %zd buf_len %zd\n", padded_len, buf_len); in i2400m_tx()
759 if (i2400m->tx_msg->size + padded_len > I2400M_TX_MSG_SIZE) { in i2400m_tx()
768 ptr = i2400m_tx_fifo_push(i2400m, padded_len, in i2400m_tx()
783 memset(ptr + buf_len, 0xad, padded_len - buf_len); in i2400m_tx()
789 tx_msg->size += padded_len; in i2400m_tx()
791 padded_len, tx_msg->size, num_pls+1); in i2400m_tx()
795 num_pls+1, ptr - i2400m->tx_buf, buf_len, padded_len); in i2400m_tx()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dhtc.c499 u32 padded_len, send_len; in ath6kl_htc_tx_issue() local
506 padded_len = CALC_TXRX_PADDED_LEN(target, send_len); in ath6kl_htc_tx_issue()
510 send_len, packet->info.tx.seqno, padded_len, in ath6kl_htc_tx_issue()
517 packet->buf, padded_len, in ath6kl_htc_tx_issue()
525 packet->buf, padded_len, in ath6kl_htc_tx_issue()
1279 u32 padded_len; in ath6kl_htc_rx_packet() local
1282 padded_len = CALC_TXRX_PADDED_LEN(target, rx_len); in ath6kl_htc_rx_packet()
1284 if (padded_len > packet->buf_len) { in ath6kl_htc_rx_packet()
1286 padded_len, rx_len, packet->buf_len); in ath6kl_htc_rx_packet()
1293 padded_len, dev->ar->mbox_info.htc_addr); in ath6kl_htc_rx_packet()
[all …]