Lines Matching refs:status
171 int size, status;
185 if (urb->status ||
188 "URB status is failed: %d\n", urb->status);
199 status = mwifiex_usb_recv(adapter, skb, context->ep);
202 "info: recv_length=%d, status=%d\n",
203 recv_length, status);
204 if (status == -EINPROGRESS) {
214 if (status == -1)
222 } else if (urb->status) {
225 "Card is removed: %d\n", urb->status);
266 "%s: status: %d\n", __func__, urb->status);
277 urb->status ? -1 : 0);
578 * is in the complete handlers, urb->status(= -ENOENT) and
960 * protocol, check current usb aggregation status, link packet to aggrgation
1425 /* Send pseudo data to check winner status first */