Searched refs:b_is_rx (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_l2.h | 357 bool b_is_rx; member 391 bool b_is_rx,
|
D | qed_l2.c | 218 bool b_is_rx, in _qed_eth_queue_to_cid() argument 237 p_cid->b_is_rx = b_is_rx; in _qed_eth_queue_to_cid() 314 bool b_is_rx, in qed_eth_queue_to_cid() argument 348 p_params, b_is_rx, p_vf_params); in qed_eth_queue_to_cid() 358 bool b_is_rx, in qed_eth_queue_to_cid_pf() argument 361 return qed_eth_queue_to_cid(p_hwfn, opaque_fid, p_params, b_is_rx, in qed_eth_queue_to_cid_pf() 2172 if (p_cid->b_is_rx) { in qed_get_queue_coalesce()
|
D | qed_sriov.c | 3431 bool b_is_rx; in qed_iov_vf_pf_get_coalesce() local 3438 b_is_rx = req->is_rx ? true : false; in qed_iov_vf_pf_get_coalesce() 3440 if (b_is_rx) { in qed_iov_vf_pf_get_coalesce()
|
D | qed_vf.c | 1356 req->is_rx = p_cid->b_is_rx ? 1 : 0; in qed_vf_pf_get_coalesce()
|