Searched refs:ppfid (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev_api.h | 327 u8 ppfid, enum qed_eng eng); 348 u8 ppfid, u8 mac_addr[ETH_ALEN]); 358 u8 ppfid, u8 mac_addr[ETH_ALEN]); 383 u8 ppfid, 399 u8 ppfid,
|
D | qed_dev.c | 436 u8 ppfid, u8 filter_idx, const char *action) in qed_llh_shadow_sanity() argument 440 if (ppfid >= p_llh_info->num_ppfid) { in qed_llh_shadow_sanity() 443 action, ppfid, p_llh_info->num_ppfid); in qed_llh_shadow_sanity() 461 u8 ppfid, in qed_llh_shadow_search_filter() argument 469 rc = qed_llh_shadow_sanity(cdev, ppfid, 0, "search"); in qed_llh_shadow_search_filter() 475 p_filters = p_llh_info->pp_filters[ppfid]; in qed_llh_shadow_search_filter() 488 qed_llh_shadow_get_free_idx(struct qed_dev *cdev, u8 ppfid, u8 *p_filter_idx) in qed_llh_shadow_get_free_idx() argument 495 rc = qed_llh_shadow_sanity(cdev, ppfid, 0, "get_free_idx"); in qed_llh_shadow_get_free_idx() 501 p_filters = p_llh_info->pp_filters[ppfid]; in qed_llh_shadow_get_free_idx() 514 u8 ppfid, in __qed_llh_shadow_add_filter() argument [all …]
|
D | qed_rdma.c | 1988 u8 ppfid = 0; in qed_iwarp_set_engine_affin() local 2000 rc = qed_llh_set_ppfid_affinity(cdev, ppfid, eng); in qed_iwarp_set_engine_affin() 2004 ppfid); in qed_iwarp_set_engine_affin()
|