Searched refs:sge_rxq (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 653 struct sge_rxq { struct 670 static inline struct sge_rxq * argument 674 return (__containerof(iq, struct sge_rxq, iq)); in iq_to_rxq() 847 struct sge_rxq *rxq; /* NIC rx queues */ 916 struct sge_rxq *rxq;
|
H A D | t4_vf.c | 707 s->rxq = malloc(s->nrxq * sizeof(struct sge_rxq), M_CXGBE, in t4vf_attach() 874 struct sge_rxq *rxq; in t4vf_ioctl()
|
H A D | t4_sge.c | 231 static int eth_rx(struct adapter *, struct sge_rxq *, const struct iq_desc *, 251 static int alloc_rxq(struct vi_info *, struct sge_rxq *, int, int, int); 252 static void free_rxq(struct vi_info *, struct sge_rxq *); 254 struct sge_rxq *); 1109 struct sge_rxq *rxq; in t4_setup_vi_queues() 1217 struct sge_rxq *rxq; in t4_teardown_vi_queues() 1572 struct sge_rxq *rxq = iq_to_rxq(iq); in service_iq_fl() 1933 eth_rx(struct adapter *sc, struct sge_rxq *rxq, const struct iq_desc *d, in eth_rx() 2255 struct sge_rxq *rxq; in t4_update_fl_bufsize() 3955 alloc_rxq(struct vi_info *vi, struct sge_rxq *rxq, int idx, int intr_idx, in alloc_rxq() [all …]
|
H A D | t4_main.c | 970 CTASSERT(offsetof(struct sge_ofld_rxq, iq) == offsetof(struct sge_rxq, iq)); 971 CTASSERT(offsetof(struct sge_ofld_rxq, fl) == offsetof(struct sge_rxq, fl)); 1526 s->rxq = malloc(s->nrxq * sizeof(struct sge_rxq), M_CXGBE, in t4_attach() 2014 struct sge_rxq *rxq; in stop_lld() 3073 struct sge_rxq *rxq; in cxgbe_ioctl() 3115 struct sge_rxq *rxq; in cxgbe_ioctl() 6692 struct sge_rxq *rxq; in t4_setup_intr_handlers() 6990 struct sge_rxq *rxq; in vi_full_init() 7243 struct sge_rxq *rxq; in quiesce_vi() 8480 struct sge_rxq *rxq; in sysctl_holdoff_tmr_idx() [all …]
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 168 struct sge_rxq *rxq;
|