Lines Matching refs:echo_index
197 u8 echo_index; member
637 u8 echo_index, dlc; in ucan_tx_complete_msg() local
650 echo_index = m->msg.can_tx_complete_msg[i].echo_index; in ucan_tx_complete_msg()
651 if (echo_index >= up->device_info.tx_fifo) { in ucan_tx_complete_msg()
655 echo_index); in ucan_tx_complete_msg()
660 context = &up->context_array[echo_index]; in ucan_tx_complete_msg()
675 can_get_echo_skb(up->netdev, echo_index); in ucan_tx_complete_msg()
678 can_free_echo_skb(up->netdev, echo_index); in ucan_tx_complete_msg()
1050 u8 echo_index) in ucan_prepare_tx_urb() argument
1091 m->subtype = echo_index; in ucan_prepare_tx_urb()
1116 u8 echo_index; in ucan_start_xmit() local
1128 echo_index = context - up->context_array; in ucan_start_xmit()
1134 urb = ucan_prepare_tx_urb(up, context, cf, echo_index); in ucan_start_xmit()
1140 can_put_echo_skb(skb, up->netdev, echo_index); in ucan_start_xmit()
1160 can_free_echo_skb(up->netdev, echo_index); in ucan_start_xmit()