Searched refs:dw_index (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c942 int dw_index; local
945 for (dw_index = 0; dw_index < 32; dw_index++) {
947 lan743x_csr_read(adapter, RFE_INDX(dw_index));
949 byte_index = dw_index << 2;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp_fw_funcs.c147 u8 dw_index; local
156 for (dw_index = 0;
157 dw_index < QED_NVMETCP_CMN_HDR_SIZE / sizeof(u32);
158 dw_index++)
159 context->ystorm_st_context.pdu_hdr.task_hdr.reg[dw_index] =
160 cpu_to_le32(__swab32(((u32 *)pdu_header)[dw_index]));
162 for (dw_index = QED_NVMETCP_CMN_HDR_SIZE / sizeof(u32);
163 dw_index < QED_NVMETCP_CMD_HDR_SIZE / sizeof(u32);
164 dw_index++)
165 context->ystorm_st_context.pdu_hdr.task_hdr.reg[dw_index]
[all...]

Completed in 179 milliseconds