Searched refs:echo_pt (Results 1 – 1 of 1) sorted by relevance
713 ql_echo(ql_adapter_state_t *ha, uint16_t findex, echo_t *echo_pt) in ql_echo() argument722 mcp->mb[1] = echo_pt->options; /* command options; 64 bit */ in ql_echo()736 if (echo_pt->options & BIT_6) { in ql_echo()739 mcp->mb[6] = LSW(echo_pt->receive_data_address.dmac_notused); in ql_echo()742 mcp->mb[7] = MSW(echo_pt->receive_data_address.dmac_notused); in ql_echo()745 mcp->mb[20] = LSW(echo_pt->transfer_data_address.dmac_notused); in ql_echo()748 mcp->mb[21] = MSW(echo_pt->transfer_data_address.dmac_notused); in ql_echo()752 mcp->mb[10] = LSW(echo_pt->transfer_count); in ql_echo()755 mcp->mb[14] = LSW(echo_pt->transfer_data_address.dmac_address); in ql_echo()758 mcp->mb[15] = MSW(echo_pt->transfer_data_address.dmac_address); in ql_echo()[all …]