Home
last modified time | relevance | path

Searched refs:rx_qid (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h290 u16 rx_qid; member
320 u16 rx_qid; member
355 u16 rx_qid; member
H A Decore_vf.c839 u16 rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_start() local
845 req->rx_qid = rx_qid; in ecore_vf_pf_rxq_start()
858 u8 hw_qid = p_iov->acquire_resp.resc.hw_qid[rx_qid]; in ecore_vf_pf_rxq_start()
895 rx_qid, *pp_prod, resp->offset); in ecore_vf_pf_rxq_start()
924 req->rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_stop()
1076 req->rx_qid = (*pp_cid)->rel.queue_id; in ecore_vf_pf_rxqs_update()
H A Decore_sriov.c288 u16 rx_qid, in ecore_iov_validate_rxq() argument
291 if (rx_qid >= p_vf->num_rxqs) { in ecore_iov_validate_rxq()
294 p_vf->abs_vf_id, rx_qid, p_vf->num_rxqs); in ecore_iov_validate_rxq()
298 return ecore_iov_validate_queue_mode(p_vf, rx_qid, mode, false); in ecore_iov_validate_rxq()
2297 sizeof(struct eth_rx_prod_data) * req->rx_qid; in ecore_iov_vf_mbx_start_rxq_resp()
2356 if (!ecore_iov_validate_rxq(p_hwfn, vf, req->rx_qid, in ecore_iov_vf_mbx_start_rxq()
2365 p_queue = &vf->vf_queues[req->rx_qid]; in ecore_iov_vf_mbx_start_rxq()
2385 vf_params.vf_qid = (u8)req->rx_qid; in ecore_iov_vf_mbx_start_rxq()
2400 MSTORM_ETH_VF_PRODS_OFFSET(vf->abs_vf_id, req->rx_qid), in ecore_iov_vf_mbx_start_rxq()
2789 rc = ecore_iov_vf_stop_rxqs(p_hwfn, vf, req->rx_qid, in ecore_iov_vf_mbx_stop_rxqs()
[all …]
H A Decore_hsi_eth.h1589 __le16 rx_qid /* RX queue ID. Valid if rx_qid_valid set. */; member
H A Decore_l2.c2225 p_ramrod->rx_qid = OSAL_CPU_TO_LE16(abs_rx_q_id); in ecore_configure_rfs_ntuple_filter()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt7_kern_tls.c99 uint16_t rx_qid; member
144 tlsp->rx_qid = -1; in alloc_tlspcb()
260 tlsp->rx_qid = sc->sge.rxq[qidx].iq.abs_id; in t7_tls_tag_alloc()
1011 write_fw6_pld(void *dst, u_int rx_chid, u_int rx_qid, u_int hash_len, in write_fw6_pld() argument
1020 rss->qid = htobe16(rx_qid); in write_fw6_pld()
1971 out = write_fw6_pld(out, tlsp->rx_chid, tlsp->rx_qid, in ktls_write_tls_wr()