Lines Matching defs:xfrd
160 u16 xfrd;
242 port->xfrd = 0;
273 int bytes_remaining = msg->len - port->xfrd;
281 &msg->buf[port->xfrd], write);
285 port->xfrd += write;
299 int xfr_remaining = msg->len - port->xfrd;
309 &msg->buf[port->xfrd], read);
313 port->xfrd += read;
565 if (port->xfrd < msg->len)
592 /* cmd complete and all data xfrd */