Home
last modified time | relevance | path

Searched refs:SBP2_SWAP16_1 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Dcommon.h45 #define SBP2_SWAP16_1(data) (data) = SBP2_SWAP16(data) macro
61 #define SBP2_SWAP16_1(data)
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c627 SBP2_SWAP16_1(lp->l_login_resp.lr_len); in sbp2_lun_login()
628 SBP2_SWAP16_1(lp->l_login_resp.lr_login_id); in sbp2_lun_login()
630 SBP2_SWAP16_1(lp->l_login_resp.lr_reconnect_hold); in sbp2_lun_login()
1592 SBP2_SWAP16_1(st->st_orb_offset_hi); in sbp2_mgt_status_fifo_wb_cb()
1680 SBP2_SWAP16_1(st->st_orb_offset_hi); in sbp2_status_fifo_wb_cb()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c601 SBP2_SWAP16_1(orb->co_params); in scsa1394_sbp2_cmd2orb()