Searched refs:echo_pt (Results 1 – 1 of 1) sorted by relevance
712 ql_echo(ql_adapter_state_t *ha, uint16_t findex, echo_t *echo_pt) in ql_echo() argument721 mcp->mb[1] = echo_pt->options; /* command options; 64 bit */ in ql_echo()735 if (echo_pt->options & BIT_6) { in ql_echo()738 mcp->mb[6] = LSW(echo_pt->receive_data_address.dmac_notused); in ql_echo()741 mcp->mb[7] = MSW(echo_pt->receive_data_address.dmac_notused); in ql_echo()744 mcp->mb[20] = LSW(echo_pt->transfer_data_address.dmac_notused); in ql_echo()747 mcp->mb[21] = MSW(echo_pt->transfer_data_address.dmac_notused); in ql_echo()751 mcp->mb[10] = LSW(echo_pt->transfer_count); in ql_echo()754 mcp->mb[14] = LSW(echo_pt->transfer_data_address.dmac_address); in ql_echo()757 mcp->mb[15] = MSW(echo_pt->transfer_data_address.dmac_address); in ql_echo()[all …]