Searched defs:rrd (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/qualcomm/emac/ |
D | emac-mac.h | 52 #define RRD_NOR(rrd) BITS_GET((rrd)->word[0], 16, 19) argument 54 #define RRD_SI(rrd) BITS_GET((rrd)->word[0], 20, 31) argument 56 #define RRD_CVALN_TAG(rrd) BITS_GET((rrd)->word[2], 0, 15) argument 58 #define RRD_PKT_SIZE(rrd) BITS_GET((rrd)->word[3], 0, 13) argument 60 #define RRD_L4F(rrd) BITS_GET((rrd)->word[3], 14, 14) argument 62 #define RRD_CVTAG(rrd) BITS_GET((rrd)->word[3], 16, 16) argument 66 #define RRD_UPDT(rrd) BITS_GET((rrd)->word[3], 31, 31) argument 67 #define RRD_UPDT_SET(rrd, val) BITS_SET((rrd)->word[3], 31, 31, val) argument 69 #define RRD_TS_LOW(rrd) BITS_GET((rrd)->word[4], 0, 29) argument 71 #define RRD_TS_HI(rrd) le32_to_cpu((rrd)->word[5]) argument [all …]
|
D | emac-mac.c | 992 struct emac_rrd *rrd) in emac_rx_process_rrd() 1055 static void emac_rx_rfd_clean(struct emac_rx_queue *rx_q, struct emac_rrd *rrd) in emac_rx_rfd_clean() 1094 struct emac_rrd rrd; in emac_mac_rx_process() local
|
/linux-5.19.10/drivers/net/ethernet/atheros/atlx/ |
D | atl1.c | 1759 struct rx_return_desc *rrd, u16 offset) in atl1_clean_alloc_flag() 1772 struct rx_return_desc *rrd) in atl1_update_rfd_index() 1784 struct rx_return_desc *rrd, struct sk_buff *skb) in atl1_rx_checksum() 1908 struct rx_return_desc *rrd; in atl1_intr_rx() local
|
/linux-5.19.10/drivers/net/ethernet/atheros/alx/ |
D | alx.h | 57 struct alx_rrd *rrd; member
|
D | main.c | 220 struct alx_rrd *rrd; in alx_clean_rx_irq() local
|
/linux-5.19.10/drivers/infiniband/hw/hfi1/ |
D | chip.c | 14271 struct rsm_rule_data *rrd) in add_rsm_rule() 14361 struct rsm_rule_data rrd; in init_qos() local 14432 struct rsm_rule_data rrd; in init_fecn_handling() local 14560 int rule, struct rsm_rule_data *rrd) in hfi1_enable_rsm_rule() 14579 struct rsm_rule_data rrd = { in hfi1_init_aip_rsm() local 14603 struct rsm_rule_data rrd = { in hfi1_init_vnic_rsm() local
|