Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Daf-xdp.c32 typedef struct AFXDPState { struct
55 } AFXDPState; argument
63 static void af_xdp_update_fd_handler(AFXDPState *s) in af_xdp_update_fd_handler()
72 static void af_xdp_read_poll(AFXDPState *s, bool enable) in af_xdp_read_poll()
81 static void af_xdp_write_poll(AFXDPState *s, bool enable) in af_xdp_write_poll()
91 AFXDPState *s = DO_UPCAST(AFXDPState, nc, nc); in af_xdp_poll()
100 static void af_xdp_complete_tx(AFXDPState *s) in af_xdp_complete_tx()
125 AFXDPState *s = opaque; in af_xdp_writable()
145 AFXDPState *s = DO_UPCAST(AFXDPState, nc, nc); in af_xdp_receive()
190 AFXDPState *s = DO_UPCAST(AFXDPState, nc, nc); in af_xdp_send_completed()
[all …]