Home
last modified time | relevance | path

Searched refs:rocker_tlv_put_le64 (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/net/rocker/
H A Drocker_tlv.h216 static inline void rocker_tlv_put_le64(char *buf, int *buf_pos, in rocker_tlv_put_le64() function
H A Drocker_of_dpa.c1922 rocker_tlv_put_le64(buf, &pos, ROCKER_TLV_OF_DPA_FLOW_STAT_RX_PKTS, in of_dpa_cmd_flow_get_stats()
1924 rocker_tlv_put_le64(buf, &pos, ROCKER_TLV_OF_DPA_FLOW_STAT_TX_PKTS, in of_dpa_cmd_flow_get_stats()
H A Drocker.c673 rocker_tlv_put_le64(buf, &pos, ROCKER_TLV_RX_FRAG_ADDR, frag_addr); in rx_produce()