Lines Matching refs:status
159 int size, status;
173 if (urb->status ||
176 "URB status is failed: %d\n", urb->status);
187 status = mwifiex_usb_recv(adapter, skb, context->ep);
190 "info: recv_length=%d, status=%d\n",
191 recv_length, status);
192 if (status == -EINPROGRESS) {
202 if (status == -1)
210 } else if (urb->status) {
213 "Card is removed: %d\n", urb->status);
254 "%s: status: %d\n", __func__, urb->status);
265 urb->status ? -1 : 0);
566 * is in the complete handlers, urb->status(= -ENOENT) and
948 * protocol, check current usb aggregation status, link packet to aggrgation
1413 /* Send pseudo data to check winner status first */