Lines Matching defs:error
205 int error = 0;
209 pr_err("%s - device in error state - dropping\n", __func__);
212 error = cxgb4_l2t_send(rdev->lldi.ports[0], skb, l2e);
213 if (error < 0)
215 else if (error == NET_XMIT_DROP)
217 return error < 0 ? error : 0;
222 int error = 0;
226 pr_err("%s - device in error state - dropping\n", __func__);
229 error = cxgb4_ofld_send(rdev->lldi.ports[0], skb);
230 if (error < 0)
232 return error < 0 ? error : 0;
514 * because ARP error handlers are called in an ATOMIC context, and
2034 * Some of the error codes above implicitly indicate that there is no TID
2390 pr_debug("ep %p status %d error %d\n", ep,
2915 pr_err("%s - qp <- error failed!\n", __func__);
3735 pr_err("%s - qp <- error failed!\n",
4045 pr_err("%s - cxgb4_ofld_send error %d - dropping\n", __func__,