Searched refs:num_pls (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dtx.c537 return le16_to_cpu(msg_hdr->num_pls) < I2400M_TX_PLD_MAX;
619 unsigned num_pls; local
623 num_pls = le16_to_cpu(tx_msg->num_pls);
627 if (num_pls == 0) {
643 + le16_to_cpu(tx_msg->num_pls) * sizeof(tx_msg->pld[0]);
743 || (is_singleton && i2400m->tx_msg->num_pls != 0))) {
745 "%u num_pls %u)\n", i2400m_tx_fits(i2400m),
746 is_singleton, i2400m->tx_msg->num_pls);
780 unsigned num_pls local
[all...]
H A Drx.c1158 if (msg_hdr->num_pls == 0) {
1162 if (le16_to_cpu(msg_hdr->num_pls) > I2400M_MAX_PLS_IN_MSG) {
1249 unsigned num_pls, single_last, skb_len; local
1260 num_pls = le16_to_cpu(msg_hdr->num_pls);
1262 num_pls * sizeof(msg_hdr->pld[0]);
1267 skb_len, num_pls, sizeof(msg_hdr->pld[0]), pl_itr);
1271 for (i = 0; i < num_pls; i++) {
1277 single_last = num_pls == 1 || i == num_pls
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/wimax/
H A Di2400m.h303 * @num_pls: number of payloads in this message
318 __le16 num_pls; member in struct:i2400m_msg_hdr

Completed in 74 milliseconds