Lines Matching defs:single_last
944 * @single_last: 1 if the payload is the only one or the last one of
962 * @single_last: 1 if the payload is the only one or the last one of
981 unsigned single_last, const void *payload, size_t size)
997 "size %zu)\n", i2400m, skb_rx, single_last, payload, size);
1004 if (single_last) {
1077 "size %zu) = void\n", i2400m, skb_rx, single_last, payload, size);
1086 * @single_last: 1 this is the only payload or the last one (so the
1098 unsigned single_last, const struct i2400m_pld *pld,
1112 i2400m_net_rx(i2400m, skb_rx, single_last, payload, pl_size);
1122 i2400m_rx_edata(i2400m, skb_rx, single_last, payload, pl_size);
1251 unsigned num_pls, single_last, skb_len;
1279 single_last = num_pls == 1 || i == num_pls - 1;
1280 i2400m_rx_payload(i2400m, skb, single_last, &msg_hdr->pld[i],