sds_mbx          1074 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	struct qlcnic_sds_mbx sds_mbx;
sds_mbx          1089 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		memset(&sds_mbx, 0, sds_mbx_size);
sds_mbx          1093 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		sds_mbx.phy_addr_low = LSD(sds->phys_addr);
sds_mbx          1094 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		sds_mbx.phy_addr_high = MSD(sds->phys_addr);
sds_mbx          1095 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		sds_mbx.sds_ring_size = sds->num_desc;
sds_mbx          1103 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			sds_mbx.intrpt_id = intrpt_id;
sds_mbx          1105 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			sds_mbx.intrpt_id = 0xffff;
sds_mbx          1106 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		sds_mbx.intrpt_val = 0;
sds_mbx          1108 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		memcpy(buf, &sds_mbx, sds_mbx_size);
sds_mbx          1173 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	struct qlcnic_sds_mbx sds_mbx;
sds_mbx          1212 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		memset(&sds_mbx, 0, sds_mbx_size);
sds_mbx          1216 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		sds_mbx.phy_addr_low = LSD(sds->phys_addr);
sds_mbx          1217 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		sds_mbx.phy_addr_high = MSD(sds->phys_addr);
sds_mbx          1218 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		sds_mbx.sds_ring_size = sds->num_desc;
sds_mbx          1224 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			sds_mbx.intrpt_id = intrpt_id;
sds_mbx          1226 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			sds_mbx.intrpt_id = 0xffff;
sds_mbx          1227 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		sds_mbx.intrpt_val = 0;
sds_mbx          1229 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		memcpy(buf, &sds_mbx, sds_mbx_size);