|
iPXE
|
A virtual NIC. More...
#include <thunderx.h>
Data Fields | |
| void * | regs |
| Registers. More... | |
| const char * | name |
| Device name (for debugging) More... | |
| struct net_device * | netdev |
| Network device. More... | |
| struct txnic_sq | sq |
| Send queue. More... | |
| struct txnic_rq | rq |
| Receive queue. More... | |
| struct txnic_cq | cq |
| Completion queue. More... | |
A virtual NIC.
Definition at line 418 of file thunderx.h.
| void* txnic::regs |
Registers.
Definition at line 420 of file thunderx.h.
Referenced by txnic_alloc(), txnic_create_cq(), txnic_create_rq(), txnic_create_sq(), txnic_destroy_cq(), txnic_destroy_rq(), txnic_destroy_sq(), txnic_diag(), txnic_disable_cq(), txnic_disable_rq(), txnic_disable_sq(), txnic_free(), txnic_poll_cq(), txnic_refill_rq(), and txnic_send().
| const char* txnic::name |
Device name (for debugging)
Definition at line 422 of file thunderx.h.
Referenced by txnic_alloc(), txnic_complete_rqe(), txnic_complete_sqe(), txnic_create_cq(), txnic_create_rq(), txnic_create_sq(), txnic_diag(), txnic_disable_cq(), txnic_disable_rq(), txnic_disable_sq(), txnic_lmac_diag(), txnic_lmac_poll_link(), txnic_lmac_probe(), txnic_poll_cq(), txnic_refill_rq(), and txnic_send().
| struct net_device* txnic::netdev |
Network device.
Definition at line 424 of file thunderx.h.
Referenced by txnic_alloc(), txnic_complete_rqe(), txnic_complete_sqe(), txnic_free(), txnic_lmac_probe(), txnic_lmac_remove(), and txnic_lmac_update_link().
| struct txnic_sq txnic::sq |
Send queue.
Definition at line 427 of file thunderx.h.
Referenced by txnic_alloc(), txnic_complete_sqe(), txnic_create_sq(), txnic_diag(), txnic_free(), and txnic_send().
| struct txnic_rq txnic::rq |
Receive queue.
Definition at line 429 of file thunderx.h.
Referenced by txnic_alloc(), txnic_complete_rqe(), txnic_create_rq(), txnic_destroy_rq(), txnic_diag(), txnic_free(), and txnic_refill_rq().
| struct txnic_cq txnic::cq |
Completion queue.
Definition at line 431 of file thunderx.h.
Referenced by txnic_alloc(), txnic_create_cq(), txnic_diag(), txnic_free(), and txnic_poll_cq().
1.8.15