Searched refs:can_send (Results 1 – 8 of 8) sorted by relevance
58 extern int can_send(struct sk_buff *skb, int loop);
38 int can_send; member
339 if (!tx->can_send) { in do_tx()367 tx->can_send = 0; in do_tx()427 if (tx->can_send) in gdm_sdio_send()457 if (tx->can_send) in control_sdu_tx_flow()508 tx->can_send = 1; in gdm_sdio_irq()
227 int can_send(struct sk_buff *skb, int loop) in can_send() function328 EXPORT_SYMBOL(can_send);
276 can_send(skb, 1); in bcm_can_tx()1229 err = can_send(skb, 1); /* send with loopback */ in bcm_tx_send()
764 err = can_send(skb, ro->loopback); in raw_sendmsg()
435 if (can_send(nskb, gwj->flags & CGW_FLAGS_CAN_ECHO)) in can_can_gw_rcv()
912 can_send - transmit a CAN frame (optional with local loopback)