Searched refs:p_qed_mac (Results 1 – 2 of 2) sorted by relevance
207 void qed_rdma_set_fw_mac(__le16 *p_fw_mac, const u8 *p_qed_mac);
1184 void qed_rdma_set_fw_mac(__le16 *p_fw_mac, const u8 *p_qed_mac) in qed_rdma_set_fw_mac() argument1186 p_fw_mac[0] = cpu_to_le16((p_qed_mac[0] << 8) + p_qed_mac[1]); in qed_rdma_set_fw_mac()1187 p_fw_mac[1] = cpu_to_le16((p_qed_mac[2] << 8) + p_qed_mac[3]); in qed_rdma_set_fw_mac()1188 p_fw_mac[2] = cpu_to_le16((p_qed_mac[4] << 8) + p_qed_mac[5]); in qed_rdma_set_fw_mac()