HomeSort by: relevance | last modified time | path
    Searched refs:aep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
isp_target.c 592 at2_entry_t *aep = arg; local in function:isp_target_put_atio
596 atun._atio2.at_scclun = aep->at_scclun;
598 atun._atio2.at_lun = (uint8_t) aep->at_lun;
601 atun._atio2e.at_iid = ((at2e_entry_t *)aep)->at_iid;
603 atun._atio2.at_iid = aep->at_iid;
605 atun._atio2.at_rxid = aep->at_rxid;
608 at_entry_t *aep = arg; local in function:isp_target_put_atio
611 atun._atio.at_handle = aep->at_handle;
612 atun._atio.at_iid = aep->at_iid;
613 atun._atio.at_tgt = aep->at_tgt
658 at7_entry_t *aep; local in function:isp_endcmd
709 at2_entry_t *aep; local in function:isp_endcmd
752 at_entry_t *aep; local in function:isp_endcmd
1072 at7_entry_t *aep = arg; local in function:isp_notify_ack
    [all...]
ispmbox.h 2004 #define AT_MAKE_TAGID(tid, aep) \
2005 tid = aep->at_handle; \
2006 if (aep->at_flags & AT_TQAE) { \
2007 tid |= (aep->at_tag_val << 16); \
2086 #define AT2_MAKE_TAGID(tid, bus, inst, aep) \
2087 tid = aep->at_rxid; \

Completed in 15 milliseconds