Lines Matching defs:no_bytes
869 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0;
879 no_bytes = (pending_bytes > sizeof(purex->els_frame_payload)) ?
891 memcpy(fpin_pkt, &purex->els_frame_payload[0], no_bytes);
892 buffer_copy_offset += no_bytes;
893 pending_bytes -= no_bytes;
926 no_bytes = (pending_bytes > sizeof(new_pkt->data)) ?
928 if ((buffer_copy_offset + no_bytes) <= total_bytes) {
931 no_bytes);
932 buffer_copy_offset += no_bytes;
933 pending_bytes -= no_bytes;