Lines Matching refs:size
129 sc_ipc->rx_size = hdr->size;142 sc_ipc->rx_size = hdr->size;143 dev_dbg(sc_ipc->dev, "msg rx size %u\n", sc_ipc->rx_size);165 int size;168 /* Check size */169 if (hdr.size > IMX_SC_RPC_MAX_MSG)173 hdr.func, hdr.size);175 size = sc_ipc->fast_ipc ? 1 : hdr.size;176 for (i = 0; i < size; i++) {