Lines Matching refs:aoe_session
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()
359 container_of ( ata->backend, struct aoe_session, refcnt ); in aoe_command()
377 static int aoe_discover ( struct aoe_session *aoe ) { in aoe_discover()
400 struct aoe_session *aoe = in aoe_detach()
401 container_of ( ata->backend, struct aoe_session, refcnt ); in aoe_detach()
410 static int aoe_parse_root_path ( struct aoe_session *aoe, in aoe_parse_root_path()
434 struct aoe_session *aoe; in aoe_attach()