Searched refs:b_must_dmae (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c161 u32 addr, u16 rt_offset, u16 size, bool b_must_dmae)
178 if (!b_must_dmae) {
243 bool b_must_dmae,
249 if (!b_can_dmae || (!b_must_dmae && (size < 16))) {
298 bool b_must_dmae, bool b_can_dmae)
330 b_must_dmae, b_can_dmae);
348 b_must_dmae, b_can_dmae);
359 b_must_dmae, b_can_dmae);
372 bool b_must_dmae = GET_FIELD(data, INIT_WRITE_OP_WIDE_BUS); local
378 if (b_must_dmae
159 qed_init_rt(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u32 addr, u16 rt_offset, u16 size, bool b_must_dmae) argument
237 qed_init_array_dmae(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u32 addr, u32 dmae_data_offset, u32 size, const u32 *buf, bool b_must_dmae, bool b_can_dmae) argument
295 qed_init_cmd_array(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, struct init_write_op *cmd, bool b_must_dmae, bool b_can_dmae) argument
[all...]

Completed in 94 milliseconds