/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_eth_if.h | 306 int (*q_rx_stop)(struct qed_dev *cdev, u8 rss_id, void *handle); 315 int (*q_tx_stop)(struct qed_dev *cdev, u8 rss_id, void *handle); 323 u8 rss_id,
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_eth_if.h | 295 int (*q_rx_stop)(struct qed_dev *cdev, u8 rss_id, void *handle); 304 int (*q_tx_stop)(struct qed_dev *cdev, u8 rss_id, void *handle); 318 u8 rss_id,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_iro_hsi.h | 397 #define USTORM_TOE_CQ_PROD_OFFSET(rss_id) \ 399 + ((rss_id) * IRO[IRO_USTORM_TOE_CQ_PROD].m1)) 493 #define YSTORM_TOE_CQ_PROD_OFFSET(rss_id) \ 495 + ((rss_id) * IRO[IRO_YSTORM_TOE_CQ_PROD].m1))
|
H A D | qed_l2.c | 449 rc = qed_fw_rss_eng(p_hwfn, p_rss->rss_eng_id, &p_config->rss_id); in qed_sp_vport_update_rss() 2532 static int qed_stop_rxq(struct qed_dev *cdev, u8 rss_id, void *handle) in qed_stop_rxq() argument 2537 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_rxq() 2542 DP_ERR(cdev, "Failed to stop RXQ#%02x\n", rss_id); in qed_stop_rxq() 2596 static int qed_stop_txq(struct qed_dev *cdev, u8 rss_id, void *handle) in qed_stop_txq() argument 2601 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_txq() 2606 DP_ERR(cdev, "Failed to stop TXQ#%02x\n", rss_id); in qed_stop_txq() 2854 u8 rss_id, struct eth_slow_path_rx_cqe *cqe) in qed_fp_cqe_completion() 2856 return qed_eth_cqe_completion(&dev->hwfns[rss_id % dev->num_hwfns], in qed_fp_cqe_completion() 2853 qed_fp_cqe_completion(struct qed_dev *dev, u8 rss_id, struct eth_slow_path_rx_cqe *cqe) qed_fp_cqe_completion() argument
|
H A D | qed_hsi.h | 4007 u8 rss_id; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_l2.c | 448 rc = qed_fw_rss_eng(p_hwfn, p_rss->rss_eng_id, &p_config->rss_id); in qed_sp_vport_update_rss() 2522 static int qed_stop_rxq(struct qed_dev *cdev, u8 rss_id, void *handle) in qed_stop_rxq() argument 2527 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_rxq() 2532 DP_ERR(cdev, "Failed to stop RXQ#%02x\n", rss_id); in qed_stop_rxq() 2586 static int qed_stop_txq(struct qed_dev *cdev, u8 rss_id, void *handle) in qed_stop_txq() argument 2591 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_txq() 2596 DP_ERR(cdev, "Failed to stop TXQ#%02x\n", rss_id); in qed_stop_txq() 2863 u8 rss_id, struct eth_slow_path_rx_cqe *cqe) in qed_fp_cqe_completion() 2865 return qed_eth_cqe_completion(&dev->hwfns[rss_id % dev->num_hwfns], in qed_fp_cqe_completion() 2862 qed_fp_cqe_completion(struct qed_dev *dev, u8 rss_id, struct eth_slow_path_rx_cqe *cqe) qed_fp_cqe_completion() argument
|
H A D | qed_hsi.h | 4251 #define YSTORM_TOE_CQ_PROD_OFFSET(rss_id) \ 4252 (IRO[39].base + ((rss_id) * IRO[39].m1)) 4256 #define USTORM_TOE_CQ_PROD_OFFSET(rss_id) \ 4257 (IRO[40].base + ((rss_id) * IRO[40].m1)) 5592 u8 rss_id; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 2019 struct qede_tx_queue *txq, int rss_id) in qede_stop_txq() 2025 return edev->ops->q_tx_stop(edev->cdev, rss_id, txq->handle); in qede_stop_txq() 2118 struct qede_tx_queue *txq, u8 rss_id, u16 sb_idx) in qede_start_txq() 2141 rc = edev->ops->q_tx_start(edev->cdev, rss_id, ¶ms, phys_table, in qede_start_txq() 2018 qede_stop_txq(struct qede_dev *edev, struct qede_tx_queue *txq, int rss_id) qede_stop_txq() argument 2116 qede_start_txq(struct qede_dev *edev, struct qede_fastpath *fp, struct qede_tx_queue *txq, u8 rss_id, u16 sb_idx) qede_start_txq() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 2091 struct qede_tx_queue *txq, int rss_id) in qede_stop_txq() 2097 return edev->ops->q_tx_stop(edev->cdev, rss_id, txq->handle); in qede_stop_txq() 2190 struct qede_tx_queue *txq, u8 rss_id, u16 sb_idx) in qede_start_txq() 2213 rc = edev->ops->q_tx_start(edev->cdev, rss_id, ¶ms, phys_table, in qede_start_txq() 2090 qede_stop_txq(struct qede_dev *edev, struct qede_tx_queue *txq, int rss_id) qede_stop_txq() argument 2188 qede_start_txq(struct qede_dev *edev, struct qede_fastpath *fp, struct qede_tx_queue *txq, u8 rss_id, u16 sb_idx) qede_start_txq() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 297 u8 rss_id; member
|
H A D | be_cmds.h | 619 u8 rss_id; member 2403 u16 cq_id, u16 frag_size, u32 if_id, u32 rss, u8 *rss_id);
|
H A D | be_ethtool.c | 1306 rsstable[i] = rxo->rss_id; in be_set_rxfh()
|
H A D | be_main.c | 3700 false, &rxo->rss_id); in be_rx_qs_create() 3708 true, &rxo->rss_id); in be_rx_qs_create() 3718 rss->rsstable[j + i] = rxo->rss_id; in be_rx_qs_create()
|
H A D | be_cmds.c | 1409 u32 if_id, u32 rss, u8 *rss_id) in be_cmd_rxq_create() 1442 *rss_id = resp->rss_id; in be_cmd_rxq_create() 1407 be_cmd_rxq_create(struct be_adapter *adapter, struct be_queue_info *rxq, u16 cq_id, u16 frag_size, u32 if_id, u32 rss, u8 *rss_id) be_cmd_rxq_create() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 296 u8 rss_id; member
|
H A D | be_cmds.h | 619 u8 rss_id; member 2403 u16 cq_id, u16 frag_size, u32 if_id, u32 rss, u8 *rss_id);
|
H A D | be_ethtool.c | 1312 rsstable[i] = rxo->rss_id; in be_set_rxfh()
|
H A D | be_main.c | 3700 false, &rxo->rss_id); in be_rx_qs_create() 3708 true, &rxo->rss_id); in be_rx_qs_create() 3718 rss->rsstable[j + i] = rxo->rss_id; in be_rx_qs_create()
|
H A D | be_cmds.c | 1410 u32 if_id, u32 rss, u8 *rss_id) in be_cmd_rxq_create() 1443 *rss_id = resp->rss_id; in be_cmd_rxq_create() 1408 be_cmd_rxq_create(struct be_adapter *adapter, struct be_queue_info *rxq, u16 cq_id, u16 frag_size, u32 if_id, u32 rss, u8 *rss_id) be_cmd_rxq_create() argument
|