Lines Matching refs:echo_index
201 u8 echo_index; member
641 u8 echo_index, dlc; in ucan_tx_complete_msg() local
654 echo_index = m->msg.can_tx_complete_msg[i].echo_index; in ucan_tx_complete_msg()
655 if (echo_index >= up->device_info.tx_fifo) { in ucan_tx_complete_msg()
659 echo_index); in ucan_tx_complete_msg()
664 context = &up->context_array[echo_index]; in ucan_tx_complete_msg()
679 can_get_echo_skb(up->netdev, echo_index); in ucan_tx_complete_msg()
682 can_free_echo_skb(up->netdev, echo_index); in ucan_tx_complete_msg()
1054 u8 echo_index) in ucan_prepare_tx_urb() argument
1095 m->subtype = echo_index; in ucan_prepare_tx_urb()
1120 u8 echo_index; in ucan_start_xmit() local
1132 echo_index = context - up->context_array; in ucan_start_xmit()
1138 urb = ucan_prepare_tx_urb(up, context, cf, echo_index); in ucan_start_xmit()
1144 can_put_echo_skb(skb, up->netdev, echo_index); in ucan_start_xmit()
1164 can_free_echo_skb(up->netdev, echo_index); in ucan_start_xmit()