Searched refs:atio_ndx_to_fw (Results 1 – 2 of 2) sorted by relevance
317 uint16_t atio_ndx_to_fw; member
1290 qlt->atio_ndx_to_fw = qlt->atio_ndx_from_fw = 0; in qlt_port_online()2907 if (qlt->atio_ndx_from_fw > qlt->atio_ndx_to_fw) { in qlt_sync_atio_queue()2908 total_ent = qlt->atio_ndx_from_fw - qlt->atio_ndx_to_fw; in qlt_sync_atio_queue()2910 + (qlt->atio_ndx_to_fw << 6), total_ent << 6, in qlt_sync_atio_queue()2913 total_ent = ATIO_QUEUE_ENTRIES - qlt->atio_ndx_to_fw + in qlt_sync_atio_queue()2916 + (qlt->atio_ndx_to_fw << 6), (uint_t)(ATIO_QUEUE_ENTRIES - in qlt_sync_atio_queue()2917 qlt->atio_ndx_to_fw) << 6, DDI_DMA_SYNC_FORCPU); in qlt_sync_atio_queue()2930 if (qlt->atio_ndx_to_fw == qlt->atio_ndx_from_fw) in qlt_handle_atio_queue_update()2937 qlt->atio_ndx_to_fw << 6]; in qlt_handle_atio_queue_update()2957 qlt->atio_ndx_to_fw = (uint16_t)( in qlt_handle_atio_queue_update()[all …]