Home
last modified time | relevance | path

Searched refs:rss_id (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/include/linux/qed/
Dqed_eth_if.h306 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,
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c448 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() argument
2865 return qed_eth_cqe_completion(&dev->hwfns[rss_id % dev->num_hwfns], in qed_fp_cqe_completion()
Dqed_hsi.h4251 #define YSTORM_TOE_CQ_PROD_OFFSET(rss_id) \ argument
4252 (IRO[39].base + ((rss_id) * IRO[39].m1))
4256 #define USTORM_TOE_CQ_PROD_OFFSET(rss_id) \ argument
4257 (IRO[40].base + ((rss_id) * IRO[40].m1))
5592 u8 rss_id; member
/Linux-v5.10/drivers/net/ethernet/qlogic/qede/
Dqede_main.c1978 struct qede_tx_queue *txq, int rss_id) in qede_stop_txq() argument
1984 return edev->ops->q_tx_stop(edev->cdev, rss_id, txq->handle); in qede_stop_txq()
2077 struct qede_tx_queue *txq, u8 rss_id, u16 sb_idx) in qede_start_txq() argument
2100 rc = edev->ops->q_tx_start(edev->cdev, rss_id, &params, phys_table, in qede_start_txq()
/Linux-v5.10/drivers/net/ethernet/emulex/benet/
Dbe.h297 u8 rss_id; member
Dbe_cmds.h619 u8 rss_id; member
2403 u16 cq_id, u16 frag_size, u32 if_id, u32 rss, u8 *rss_id);
Dbe_ethtool.c1306 rsstable[i] = rxo->rss_id; in be_set_rxfh()
Dbe_cmds.c1407 u32 if_id, u32 rss, u8 *rss_id) in be_cmd_rxq_create() argument
1440 *rss_id = resp->rss_id; in be_cmd_rxq_create()
Dbe_main.c3699 false, &rxo->rss_id); in be_rx_qs_create()
3707 true, &rxo->rss_id); in be_rx_qs_create()
3717 rss->rsstable[j + i] = rxo->rss_id; in be_rx_qs_create()