Searched refs:echo_skb (Results 1 – 15 of 15) sorted by relevance
422 if (priv->echo_skb[i]) { in can_flush_echo_skb()423 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()424 priv->echo_skb[i] = NULL; in can_flush_echo_skb()452 if (!priv->echo_skb[idx]) { in can_put_echo_skb()463 priv->echo_skb[idx] = skb; in can_put_echo_skb()483 if (priv->echo_skb[idx]) { in __can_get_echo_skb()487 struct sk_buff *skb = priv->echo_skb[idx]; in __can_get_echo_skb()492 priv->echo_skb[idx] = NULL; in __can_get_echo_skb()531 if (priv->echo_skb[idx]) { in can_free_echo_skb()532 dev_kfree_skb_any(priv->echo_skb[idx]); in can_free_echo_skb()[all …]
257 struct sk_buff **echo_skb; /* We allocate this on our own */ member1056 priv->echo_skb = kcalloc(dma->tx.size, sizeof(*priv->echo_skb), in grcan_open()1058 if (!priv->echo_skb) { in grcan_open()1063 priv->can.echo_skb = priv->echo_skb; in grcan_open()1099 kfree(priv->echo_skb); in grcan_open()1130 priv->can.echo_skb = NULL; in grcan_close()1131 kfree(priv->echo_skb); in grcan_close()
1325 struct sk_buff *echo_skb = skb_peek(&mod->echoq); in ican3_echo_skb_matches() local1328 if (!echo_skb) in ican3_echo_skb_matches()1331 echo_cf = (struct can_frame *)echo_skb->data; in ican3_echo_skb_matches()
811 can->can.echo_skb[can->echo_idx]) in kvaser_pciefd_start_xmit()
155 struct sk_buff *echo_skb; member
169 struct sk_buff *echo_skb; member
115 struct sk_buff *echo_skb[PCAN_USB_MAX_TX_URBS]; member
72 struct sk_buff **echo_skb; member
347 if (!priv->ucan.can.echo_skb[priv->ucan.echo_idx]) in pciefd_irq_handler()
710 should_stop_tx_queue = !!(priv->can.echo_skb[priv->echo_idx]); in peak_canfd_start_xmit()
74 struct sk_buff *echo_skb[MCBA_MAX_TX_URBS]; member
124 struct sk_buff *echo_skb[MAX_TX_URBS]; member
239 struct sk_buff *echo_skb[MAX_TX_URBS]; member
284 skb = priv->can.echo_skb[priv->tx.echo_get]; in softing_handle_1()
1409 return !!cdev->can.echo_skb[next_idx]; in m_can_next_echo_skb_occupied()