Home
last modified time | relevance | path

Searched refs:abts_resp_payload (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfct.h138 uint8_t abts_resp_payload[12]; member
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c877 bcopy(abts->abts_resp_payload, frm->frm_payload, in fcoet_send_abts_response()
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3854 req[0x2C+i] = abts->abts_resp_payload[i+3]; in qlt_send_abts_response()
3855 req[0x2C+i+1] = abts->abts_resp_payload[i+2]; in qlt_send_abts_response()
3856 req[0x2C+i+2] = abts->abts_resp_payload[i+1]; in qlt_send_abts_response()
3857 req[0x2C+i+3] = abts->abts_resp_payload[i]; in qlt_send_abts_response()
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2895 p = abts->abts_resp_payload; in fct_fill_abts_acc()