Searched refs:b_is_rx (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/qlogic/qed/ |
D | qed_l2.h | 358 bool b_is_rx; member 392 bool b_is_rx,
|
D | qed_l2.c | 194 bool b_is_rx, in _qed_eth_queue_to_cid() argument 213 p_cid->b_is_rx = b_is_rx; in _qed_eth_queue_to_cid() 290 bool b_is_rx, in qed_eth_queue_to_cid() argument 324 p_params, b_is_rx, p_vf_params); in qed_eth_queue_to_cid() 334 bool b_is_rx, in qed_eth_queue_to_cid_pf() argument 337 return qed_eth_queue_to_cid(p_hwfn, opaque_fid, p_params, b_is_rx, in qed_eth_queue_to_cid_pf() 2177 if (p_cid->b_is_rx) { in qed_get_queue_coalesce()
|
D | qed_sriov.c | 3426 bool b_is_rx; in qed_iov_vf_pf_get_coalesce() local 3433 b_is_rx = req->is_rx ? true : false; in qed_iov_vf_pf_get_coalesce() 3435 if (b_is_rx) { in qed_iov_vf_pf_get_coalesce()
|
D | qed_vf.c | 1361 req->is_rx = p_cid->b_is_rx ? 1 : 0; in qed_vf_pf_get_coalesce()
|