Home
last modified time | relevance | path

Searched refs:SCIC_SWAP_DWORD (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsci_util.c66 *destination = SCIC_SWAP_DWORD(*source); in scic_word_copy_with_swap()
H A Dsci_util.h68 #define SCIC_SWAP_DWORD(x) \ macro
H A Dscic_sds_phy.c3205 frame_words[0] = SCIC_SWAP_DWORD(frame_words[0]); in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler()
3212 frame_words[1] = SCIC_SWAP_DWORD(frame_words[1]); in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler()
3213 frame_words[2] = SCIC_SWAP_DWORD(frame_words[2]); in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler()
3214 frame_words[3] = SCIC_SWAP_DWORD(frame_words[3]); in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler()
3215 frame_words[4] = SCIC_SWAP_DWORD(frame_words[4]); in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler()
3216 frame_words[5] = SCIC_SWAP_DWORD(frame_words[5]); in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler()
H A Dscic_sds_remote_node_context.c190 rnc->ssp.remote_sas_address_hi = SCIC_SWAP_DWORD(this_rnc->device->device_address.high); in scic_sds_remote_node_context_construct_buffer()
191 rnc->ssp.remote_sas_address_lo = SCIC_SWAP_DWORD(this_rnc->device->device_address.low); in scic_sds_remote_node_context_construct_buffer()
H A Dscic_sds_port.c538 sas_address->high = SCIC_SWAP_DWORD(sas_address->high); in scic_sds_port_get_attached_sas_address()
539 sas_address->low = SCIC_SWAP_DWORD(sas_address->low); in scic_sds_port_get_attached_sas_address()