Lines Matching defs:pl_itr
1180 * @pl_itr: offset (in bytes) in the received buffer the payload is
1190 size_t pl_itr, size_t buf_size)
1200 pl_itr, pl_size, i2400m->bus_pl_size_max);
1203 if (pl_itr + pl_size > buf_size) { /* enough? */
1207 pl_itr, pl_size, buf_size);
1249 size_t pl_itr, pl_size;
1263 pl_itr = struct_size(msg_hdr, pld, num_pls);
1264 pl_itr = ALIGN(pl_itr, I2400M_PL_ALIGN);
1265 if (pl_itr > skb_len) { /* got all the payload descriptors? */
1268 skb_len, num_pls, sizeof(msg_hdr->pld[0]), pl_itr);
1276 pl_itr, skb_len);
1281 skb->data + pl_itr);
1282 pl_itr += ALIGN(pl_size, I2400M_PL_ALIGN);