Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev_api.h321 * @param ppfid - relative within the allocated ppfids ('0' is the default one).
327 u8 ppfid, enum qed_eng eng);
344 * @param ppfid - relative within the allocated ppfids ('0' is the default one).
348 u8 ppfid, u8 mac_addr[ETH_ALEN]);
358 u8 ppfid, u8 mac_addr[ETH_ALEN]);
375 * @param ppfid - relative within the allocated ppfids ('0' is the default one).
383 u8 ppfid,
392 * @param ppfid - relative within the allocated ppfids ('0' is the default one).
399 u8 ppfid,
H A Dqed_dev.c435 u8 ppfid, u8 filter_idx, const char *action) in qed_llh_shadow_sanity()
439 if (ppfid >= p_llh_info->num_ppfid) { in qed_llh_shadow_sanity()
441 "LLH shadow [%s]: using ppfid %d while only %d ppfids are available\n", in qed_llh_shadow_sanity()
442 action, ppfid, p_llh_info->num_ppfid); in qed_llh_shadow_sanity()
460 u8 ppfid, in qed_llh_shadow_search_filter()
468 rc = qed_llh_shadow_sanity(cdev, ppfid, 0, "search"); in qed_llh_shadow_search_filter()
474 p_filters = p_llh_info->pp_filters[ppfid]; in qed_llh_shadow_search_filter()
487 qed_llh_shadow_get_free_idx(struct qed_dev *cdev, u8 ppfid, u8 *p_filter_idx) in qed_llh_shadow_get_free_idx() argument
494 rc = qed_llh_shadow_sanity(cdev, ppfid, 0, "get_free_idx"); in qed_llh_shadow_get_free_idx()
500 p_filters = p_llh_info->pp_filters[ppfid]; in qed_llh_shadow_get_free_idx()
434 qed_llh_shadow_sanity(struct qed_dev *cdev, u8 ppfid, u8 filter_idx, const char *action) qed_llh_shadow_sanity() argument
459 qed_llh_shadow_search_filter(struct qed_dev *cdev, u8 ppfid, union qed_llh_filter *p_filter, u8 *p_filter_idx) qed_llh_shadow_search_filter() argument
512 __qed_llh_shadow_add_filter(struct qed_dev *cdev, u8 ppfid, u8 filter_idx, enum qed_llh_filter_type type, union qed_llh_filter *p_filter, u32 *p_ref_cnt) __qed_llh_shadow_add_filter() argument
540 qed_llh_shadow_add_filter(struct qed_dev *cdev, u8 ppfid, enum qed_llh_filter_type type, union qed_llh_filter *p_filter, u8 *p_filter_idx, u32 *p_ref_cnt) qed_llh_shadow_add_filter() argument
573 __qed_llh_shadow_remove_filter(struct qed_dev *cdev, u8 ppfid, u8 filter_idx, u32 *p_ref_cnt) __qed_llh_shadow_remove_filter() argument
600 qed_llh_shadow_remove_filter(struct qed_dev *cdev, u8 ppfid, union qed_llh_filter *p_filter, u8 *p_filter_idx, u32 *p_ref_cnt) qed_llh_shadow_remove_filter() argument
621 qed_llh_abs_ppfid(struct qed_dev *cdev, u8 ppfid, u8 *p_abs_ppfid) qed_llh_abs_ppfid() argument
643 u8 ppfid; qed_llh_set_engine_affin() local
696 u8 ppfid, abs_ppfid; qed_llh_hw_init_pf() local
738 qed_llh_set_ppfid_affinity(struct qed_dev *cdev, u8 ppfid, enum qed_eng eng) qed_llh_set_ppfid_affinity() argument
791 u8 ppfid, abs_ppfid; qed_llh_set_roce_affinity() local
951 qed_llh_add_mac_filter(struct qed_dev *cdev, u8 ppfid, u8 mac_addr[ETH_ALEN]) qed_llh_add_mac_filter() argument
1082 qed_llh_add_protocol_filter(struct qed_dev *cdev, u8 ppfid, enum qed_llh_prot_filter_type_t type, u16 source_port_or_eth_type, u16 dest_port) qed_llh_add_protocol_filter() argument
1151 qed_llh_remove_mac_filter(struct qed_dev *cdev, u8 ppfid, u8 mac_addr[ETH_ALEN]) qed_llh_remove_mac_filter() argument
1199 qed_llh_remove_protocol_filter(struct qed_dev *cdev, u8 ppfid, enum qed_llh_prot_filter_type_t type, u16 source_port_or_eth_type, u16 dest_port) qed_llh_remove_protocol_filter() argument
[all...]
H A Dqed_rdma.c1988 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()
2003 "Failed to set the engine affinity of ppfid %d\n", in qed_iwarp_set_engine_affin()
2004 ppfid); in qed_iwarp_set_engine_affin()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev_api.h354 * @ppfid: Relative within the allocated ppfids ('0' is the default one).
360 u8 ppfid, enum qed_eng eng);
377 * @ppfid: Relative within the allocated ppfids ('0' is the default one).
383 u8 ppfid, const u8 mac_addr[ETH_ALEN]);
390 * @ppfid: Ppfid.
396 u8 ppfid, u8 mac_addr[ETH_ALEN]);
413 * @ppfid: Relative within the allocated ppfids ('0' is the default one).
422 u8 ppfid,
431 * @ppfid: Relative within the allocated ppfids ('0' is the default one).
438 u8 ppfid,
[all...]
H A Dqed_dev.c437 u8 ppfid, u8 filter_idx, const char *action) in qed_llh_shadow_sanity()
441 if (ppfid >= p_llh_info->num_ppfid) { in qed_llh_shadow_sanity()
443 "LLH shadow [%s]: using ppfid %d while only %d ppfids are available\n", in qed_llh_shadow_sanity()
444 action, ppfid, p_llh_info->num_ppfid); in qed_llh_shadow_sanity()
462 u8 ppfid, in qed_llh_shadow_search_filter()
470 rc = qed_llh_shadow_sanity(cdev, ppfid, 0, "search"); in qed_llh_shadow_search_filter()
476 p_filters = p_llh_info->pp_filters[ppfid]; in qed_llh_shadow_search_filter()
489 qed_llh_shadow_get_free_idx(struct qed_dev *cdev, u8 ppfid, u8 *p_filter_idx) in qed_llh_shadow_get_free_idx() argument
496 rc = qed_llh_shadow_sanity(cdev, ppfid, 0, "get_free_idx"); in qed_llh_shadow_get_free_idx()
502 p_filters = p_llh_info->pp_filters[ppfid]; in qed_llh_shadow_get_free_idx()
436 qed_llh_shadow_sanity(struct qed_dev *cdev, u8 ppfid, u8 filter_idx, const char *action) qed_llh_shadow_sanity() argument
461 qed_llh_shadow_search_filter(struct qed_dev *cdev, u8 ppfid, union qed_llh_filter *p_filter, u8 *p_filter_idx) qed_llh_shadow_search_filter() argument
514 __qed_llh_shadow_add_filter(struct qed_dev *cdev, u8 ppfid, u8 filter_idx, enum qed_llh_filter_type type, union qed_llh_filter *p_filter, u32 *p_ref_cnt) __qed_llh_shadow_add_filter() argument
542 qed_llh_shadow_add_filter(struct qed_dev *cdev, u8 ppfid, enum qed_llh_filter_type type, union qed_llh_filter *p_filter, u8 *p_filter_idx, u32 *p_ref_cnt) qed_llh_shadow_add_filter() argument
575 __qed_llh_shadow_remove_filter(struct qed_dev *cdev, u8 ppfid, u8 filter_idx, u32 *p_ref_cnt) __qed_llh_shadow_remove_filter() argument
602 qed_llh_shadow_remove_filter(struct qed_dev *cdev, u8 ppfid, union qed_llh_filter *p_filter, u8 *p_filter_idx, u32 *p_ref_cnt) qed_llh_shadow_remove_filter() argument
623 qed_llh_abs_ppfid(struct qed_dev *cdev, u8 ppfid, u8 *p_abs_ppfid) qed_llh_abs_ppfid() argument
645 u8 ppfid; qed_llh_set_engine_affin() local
699 u8 ppfid, abs_ppfid; qed_llh_hw_init_pf() local
741 qed_llh_set_ppfid_affinity(struct qed_dev *cdev, u8 ppfid, enum qed_eng eng) qed_llh_set_ppfid_affinity() argument
794 u8 ppfid, abs_ppfid; qed_llh_set_roce_affinity() local
954 qed_llh_add_mac_filter(struct qed_dev *cdev, u8 ppfid, const u8 mac_addr[ETH_ALEN]) qed_llh_add_mac_filter() argument
1085 qed_llh_add_protocol_filter(struct qed_dev *cdev, u8 ppfid, enum qed_llh_prot_filter_type_t type, u16 source_port_or_eth_type, u16 dest_port) qed_llh_add_protocol_filter() argument
1154 qed_llh_remove_mac_filter(struct qed_dev *cdev, u8 ppfid, u8 mac_addr[ETH_ALEN]) qed_llh_remove_mac_filter() argument
1205 qed_llh_remove_protocol_filter(struct qed_dev *cdev, u8 ppfid, enum qed_llh_prot_filter_type_t type, u16 source_port_or_eth_type, u16 dest_port) qed_llh_remove_protocol_filter() argument
5432 qed_llh_shadow_remove_all_filters(struct qed_dev *cdev, u8 ppfid) qed_llh_shadow_remove_all_filters() argument
5449 qed_llh_clear_ppfid_filters(struct qed_dev *cdev, u8 ppfid) qed_llh_clear_ppfid_filters() argument
5512 u8 ppfid; qed_llh_clear_all_filters() local
[all...]
H A Dqed_rdma.c1960 u8 ppfid = 0; in qed_iwarp_set_engine_affin() local
1972 rc = qed_llh_set_ppfid_affinity(cdev, ppfid, eng); in qed_iwarp_set_engine_affin()
1975 "Failed to set the engine affinity of ppfid %d\n", in qed_iwarp_set_engine_affin()
1976 ppfid); in qed_iwarp_set_engine_affin()

Completed in 13 milliseconds