c4iw_ofld_send
c4iw_ofld_send(&ep->com.dev->rdev, skb);
c4iw_ofld_send(rdev, skb);
c4iw_ofld_send(&ep->com.dev->rdev, rpl_skb);
ret = c4iw_ofld_send(rdev, skb);
return c4iw_ofld_send(&ep->com.dev->rdev, skb);
if (WARN_ON(c4iw_ofld_send(&ep->com.dev->rdev, skb)))
int c4iw_ofld_send(struct c4iw_rdev *rdev, struct sk_buff *skb);
ret = c4iw_ofld_send(rdev, skb);
ret = c4iw_ofld_send(rdev, skb);
ret = c4iw_ofld_send(rdev, skb);
c4iw_ofld_send(&qhp->rhp->rdev, skb);