Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Dconn.h10 struct softnic_conn;
37 struct softnic_conn *
41 softnic_conn_free(struct softnic_conn *conn);
44 softnic_conn_poll_for_conn(struct softnic_conn *conn);
47 softnic_conn_poll_for_msg(struct softnic_conn *conn);
H A Dconn.c22 struct softnic_conn { struct
38 struct softnic_conn * argument
42 struct softnic_conn *conn; in softnic_conn_init()
63 conn = calloc(1, sizeof(struct softnic_conn)); in softnic_conn_init()
134 softnic_conn_free(struct softnic_conn *conn) in softnic_conn_free()
153 softnic_conn_poll_for_conn(struct softnic_conn *conn) in softnic_conn_poll_for_conn()
211 data_event_handle(struct softnic_conn *conn, in data_event_handle()
278 control_event_handle(struct softnic_conn *conn, in control_event_handle()
298 softnic_conn_poll_for_msg(struct softnic_conn *conn) in softnic_conn_poll_for_msg()
H A Drte_eth_softnic_internals.h617 struct softnic_conn *conn;