Searched refs:aoe_session (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/gpxe/src/net/ |
D | aoe.c | 53 struct aoe_session *aoe = in aoe_free() 54 container_of ( refcnt, struct aoe_session, refcnt ); in aoe_free() 66 static void aoe_done ( struct aoe_session *aoe, int rc ) { in aoe_done() 91 static int aoe_send_command ( struct aoe_session *aoe ) { in aoe_send_command() 192 struct aoe_session *aoe = in aoe_timer_expired() 193 container_of ( timer, struct aoe_session, timer ); in aoe_timer_expired() 209 static int aoe_rx_cfg ( struct aoe_session *aoe, const void *ll_source ) { in aoe_rx_cfg() 230 static int aoe_rx_ata ( struct aoe_session *aoe, struct aoeata *aoeata, in aoe_rx_ata() 292 struct aoe_session *aoe; in aoe_rx() 358 struct aoe_session *aoe = in aoe_command() [all …]
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | aoeboot.c | 46 struct aoe_session *aoe = in aoeboot() 47 container_of ( ata->backend, struct aoe_session, refcnt ); in aoeboot()
|
D | abft.c | 50 void abft_fill_data ( struct aoe_session *aoe ) { in abft_fill_data()
|
/external/syslinux/gpxe/src/arch/i386/include/gpxe/ |
D | abft.h | 35 extern void abft_fill_data ( struct aoe_session *aoe );
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | aoe.h | 105 struct aoe_session { struct
|