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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.h358 bool b_is_rx; member in struct:qed_queue_cid
392 bool b_is_rx,
H A Dqed_l2.c194 bool b_is_rx,
213 p_cid->b_is_rx = b_is_rx;
290 bool b_is_rx,
324 p_params, b_is_rx, p_vf_params);
334 bool b_is_rx,
337 return qed_eth_queue_to_cid(p_hwfn, opaque_fid, p_params, b_is_rx,
2177 if (p_cid->b_is_rx) {
190 _qed_eth_queue_to_cid(struct qed_hwfn *p_hwfn, u16 opaque_fid, u32 cid, struct qed_queue_start_common_params *p_params, bool b_is_rx, struct qed_queue_cid_vf_params *p_vf_params) argument
287 qed_eth_queue_to_cid(struct qed_hwfn *p_hwfn, u16 opaque_fid, struct qed_queue_start_common_params *p_params, bool b_is_rx, struct qed_queue_cid_vf_params *p_vf_params) argument
332 qed_eth_queue_to_cid_pf(struct qed_hwfn *p_hwfn, u16 opaque_fid, bool b_is_rx, struct qed_queue_start_common_params *p_params) argument
H A Dqed_sriov.c3426 bool b_is_rx; local
3433 b_is_rx = req->is_rx ? true : false;
3435 if (b_is_rx) {
H A Dqed_vf.c1350 req->is_rx = p_cid->b_is_rx ? 1 : 0;

Completed in 148 milliseconds