Home
last modified time | relevance | path

Searched refs:num_rds_rings (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c313 prq->num_rds_rings = cpu_to_le16(nrds_rings); in nx_fw_cmd_create_rx_ctx()
363 for (i = 0; i < le16_to_cpu(prsp->num_rds_rings); i++) { in nx_fw_cmd_create_rx_ctx()
H A Dnetxen_nic.h819 __le16 num_rds_rings; /* Count of RDS rings */ member
847 __le16 num_rds_rings; /* Count of RDS rings */ member
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c300 prq->num_rds_rings = cpu_to_le16(nrds_rings); in qlcnic_82xx_fw_cmd_create_rx_ctx()
354 for (i = 0; i < le16_to_cpu(prsp->num_rds_rings); i++) { in qlcnic_82xx_fw_cmd_create_rx_ctx()
H A Dqlcnic.h730 __le16 num_rds_rings; /* Count of RDS rings */ member
759 __le16 num_rds_rings; /* Count of RDS rings */ member