Lines Matching refs:echo_index
198 u8 echo_index; member
640 u8 echo_index; in ucan_tx_complete_msg() local
653 echo_index = m->msg.can_tx_complete_msg[i].echo_index; in ucan_tx_complete_msg()
654 if (echo_index >= up->device_info.tx_fifo) { in ucan_tx_complete_msg()
658 echo_index); in ucan_tx_complete_msg()
663 context = &up->context_array[echo_index]; in ucan_tx_complete_msg()
677 can_get_echo_skb(up->netdev, echo_index, NULL); in ucan_tx_complete_msg()
680 can_free_echo_skb(up->netdev, echo_index, NULL); in ucan_tx_complete_msg()
1052 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, 0); in ucan_start_xmit()
1160 can_free_echo_skb(up->netdev, echo_index, NULL); in ucan_start_xmit()