aoe
87
About: AoE (ATA over Ethernet) Protocol Driver (Linux kernel 4.8.x and greater are not supported).
![]() ![]() |
#include <aoe.h>
Data Fields | |
unsigned char | addr [6] |
ushort | nframes |
struct aoedev * | d |
struct list_head | ffree |
struct aoeif | ifs [NAOEIFS] |
struct aoeif * | ifp |
ushort | nout |
ushort | maxout |
ushort | next_cwnd |
ushort | ssthresh |
ulong | falloc |
ulong | lost |
int | taint |
int | minbcnt |
int | wpkts |
int | rpkts |
char | nout_probes |
unsigned char aoetgt::addr[6] |
Definition at line 137 of file aoe.h.
Referenced by addtgt(), aoedisk_show_mac(), aoehdr_atainit(), ataid_complete(), gettgt(), probe(), and resend().
struct aoedev* aoetgt::d |
Definition at line 139 of file aoe.h.
Referenced by addtgt(), aoe_failbuf(), aoe_flush_iocq_by_index(), aoecmd_ata_id(), aoecmd_cleanslate(), aoedisk_show_mac(), ata_rw_frameinit(), downdev_frame(), fhash(), freedev(), gettgt(), grow_targets(), ktcomplete(), ktio(), ktiocomplete(), newframe(), probe(), reassign_frame(), resend(), rexmit_deferred(), setdbcnt(), and setifbcnt().
ulong aoetgt::falloc |
Definition at line 147 of file aoe.h.
Referenced by newtframe().
struct list_head aoetgt::ffree |
Definition at line 140 of file aoe.h.
Referenced by addtgt(), aoe_freetframe(), freetgt(), and newtframe().
struct aoeif* aoetgt::ifp |
Definition at line 142 of file aoe.h.
Referenced by addtgt(), aoecmd_ata_id(), aoehdr_atainit(), ata_rw_frameinit(), ifrotate(), newframe(), and resend().
Definition at line 141 of file aoe.h.
Referenced by addtgt(), ejectif(), freetgt(), getif(), ifrotate(), rexmit_timer(), and setifbcnt().
ulong aoetgt::lost |
Definition at line 148 of file aoe.h.
Referenced by aoecmd_ata_rsp(), and rexmit_timer().
ushort aoetgt::maxout |
Definition at line 144 of file aoe.h.
Referenced by addtgt(), aoecmd_wreset(), aoedbg_rtt(), calc_rttavg(), newframe(), rexmit_deferred(), and rexmit_timer().
int aoetgt::minbcnt |
Definition at line 150 of file aoe.h.
Referenced by setifbcnt().
ushort aoetgt::next_cwnd |
Definition at line 145 of file aoe.h.
Referenced by aoecmd_wreset(), and calc_rttavg().
ushort aoetgt::nframes |
Definition at line 138 of file aoe.h.
Referenced by addtgt(), aoecmd_cfg_rsp(), aoecmd_wreset(), calc_rttavg(), and rexmit_timer().
ushort aoetgt::nout |
Definition at line 143 of file aoe.h.
Referenced by aoecmd_ata_id(), aoecmd_ata_rsp(), aoedbg_rtt(), ata_rw_frameinit(), calc_rttavg(), newframe(), resend(), rexmit_deferred(), and rexmit_timer().
char aoetgt::nout_probes |
Definition at line 152 of file aoe.h.
Referenced by aoecmd_ata_rsp(), ktiocomplete(), rexmit_deferred(), and rexmit_timer().
int aoetgt::rpkts |
Definition at line 151 of file aoe.h.
Referenced by ata_rw_frameinit().
ushort aoetgt::ssthresh |
Definition at line 146 of file aoe.h.
Referenced by aoecmd_wreset(), aoedbg_rtt(), calc_rttavg(), and rexmit_timer().
int aoetgt::taint |
Definition at line 149 of file aoe.h.
Referenced by count_targets(), ktiocomplete(), newframe(), rexmit_deferred(), and scorn().
int aoetgt::wpkts |
Definition at line 151 of file aoe.h.
Referenced by ata_rw_frameinit().