Searched refs:packet_idx (Results 1 – 6 of 6) sorted by relevance
47 u32 first_packet_idx, packet_idx; in es581_4_echo_msg() local65 first_packet_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()66 packet_idx = first_packet_idx; in es581_4_echo_msg()71 tmp_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()72 if (tmp_idx == packet_idx - 1) { in es581_4_echo_msg()76 packet_idx - 1); in es581_4_echo_msg()80 if (tmp_idx != packet_idx) { in es581_4_echo_msg()82 packet_idx - 1, echo_msg->packet_idx); in es581_4_echo_msg()87 packet_idx++; in es581_4_echo_msg()377 put_unaligned_le32(priv->tx_head, &tx_can_msg->packet_idx); in es581_4_tx_can_msg()
127 u8 packet_idx; member158 u8 packet_idx; member
78 __le32 packet_idx; member97 __le32 packet_idx; member
73 BITS_PER_TYPE(echo_msg->packet_idx)); in es58x_fd_echo_msg()82 rcv_packet_idx = (priv->tx_tail & mask) | echo_msg[0].packet_idx; in es58x_fd_echo_msg()84 if ((u8)rcv_packet_idx != echo_msg[i].packet_idx) { in es58x_fd_echo_msg()87 echo_msg[i].packet_idx); in es58x_fd_echo_msg()362 tx_can_msg->packet_idx = (u8)priv->tx_head; in es58x_fd_tx_can_msg()
721 int es58x_can_get_echo_skb(struct net_device *netdev, u32 packet_idx,
1812 let packet_idx = -1;1814 packet_idx = 10;1816 packet_idx = 9;1819 if (packet_idx != -1) {1820 let packet = theHoveredReq[packet_idx];