mod_type          320 drivers/media/tuners/mxl5005s.c static int mxl5005s_AssignTunerMode(struct dvb_frontend *fe, u32 mod_type,
mod_type          322 drivers/media/tuners/mxl5005s.c static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type,
mod_type         3925 drivers/media/tuners/mxl5005s.c static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type,
mod_type         3934 drivers/media/tuners/mxl5005s.c 	dprintk(1, "%s(type=%d, bw=%d)\n", __func__, mod_type, bandwidth);
mod_type         3945 drivers/media/tuners/mxl5005s.c 	mxl5005s_AssignTunerMode(fe, mod_type, bandwidth);
mod_type         3955 drivers/media/tuners/mxl5005s.c static int mxl5005s_AssignTunerMode(struct dvb_frontend *fe, u32 mod_type,
mod_type         3978 drivers/media/tuners/mxl5005s.c 		mod_type,
mod_type          577 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	u8     mod_type;
mod_type          357 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 				 enum fw_port_module_type mod_type)
mod_type          374 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 		if (mod_type == FW_PORT_MOD_TYPE_LR ||
mod_type          375 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 		    mod_type == FW_PORT_MOD_TYPE_SR ||
mod_type          376 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 		    mod_type == FW_PORT_MOD_TYPE_ER ||
mod_type          377 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 		    mod_type == FW_PORT_MOD_TYPE_LRM)
mod_type          379 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 		else if (mod_type == FW_PORT_MOD_TYPE_TWINAX_PASSIVE ||
mod_type          380 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 			 mod_type == FW_PORT_MOD_TYPE_TWINAX_ACTIVE)
mod_type          609 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 	base->port = from_fw_port_mod_type(pi->port_type, pi->mod_type);
mod_type         1451 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 	if (!t4_is_inserted_mod_type(pi->mod_type))
mod_type          312 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (pi->mod_type == FW_PORT_MOD_TYPE_NONE)
mod_type          314 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	else if (pi->mod_type < ARRAY_SIZE(mod_str))
mod_type          315 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]);
mod_type          316 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED)
mod_type          319 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN)
mod_type          322 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	else if (pi->mod_type == FW_PORT_MOD_TYPE_ERROR)
mod_type          326 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			    dev->name, pi->mod_type);
mod_type         8571 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	enum fw_port_module_type mod_type;
mod_type         8585 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		mod_type = FW_PORT_CMD_MODTYPE_G(lstatus);
mod_type         8600 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32);
mod_type         8626 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	if (mod_type != pi->mod_type) {
mod_type         8661 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		pi->mod_type = mod_type;
mod_type         8666 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		lc->new_module = t4_is_inserted_mod_type(mod_type);
mod_type         9683 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	pi->mod_type = FW_PORT_MOD_TYPE_NA;
mod_type          102 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h 	u8 mod_type;			/* firmware module type */
mod_type          222 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	if (pi->mod_type == FW_PORT_MOD_TYPE_NONE)
mod_type          225 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	else if (pi->mod_type < ARRAY_SIZE(mod_str))
mod_type          227 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 			 dev->name, mod_str[pi->mod_type]);
mod_type          228 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED)
mod_type          231 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN)
mod_type          234 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	else if (pi->mod_type == FW_PORT_MOD_TYPE_ERROR)
mod_type          239 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 			 "inserted\n", dev->name, pi->mod_type);
mod_type         1267 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 				 enum fw_port_module_type mod_type)
mod_type         1284 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		if (mod_type == FW_PORT_MOD_TYPE_LR ||
mod_type         1285 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		    mod_type == FW_PORT_MOD_TYPE_SR ||
mod_type         1286 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		    mod_type == FW_PORT_MOD_TYPE_ER ||
mod_type         1287 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		    mod_type == FW_PORT_MOD_TYPE_LRM)
mod_type         1289 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		else if (mod_type == FW_PORT_MOD_TYPE_TWINAX_PASSIVE ||
mod_type         1290 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 			 mod_type == FW_PORT_MOD_TYPE_TWINAX_ACTIVE)
mod_type         1455 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	base->port = from_fw_port_mod_type(pi->port_type, pi->mod_type);
mod_type          588 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	pi->mod_type = FW_PORT_MOD_TYPE_NA;
mod_type         1920 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	enum fw_port_module_type mod_type;
mod_type         1933 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		mod_type = FW_PORT_CMD_MODTYPE_G(lstatus);
mod_type         1970 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32);
mod_type         1989 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	if (mod_type != pi->mod_type) {
mod_type         2011 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		pi->mod_type = mod_type;
mod_type         2651 drivers/scsi/csiostor/csio_hw.c 		hw->pport[i].mod_type = FW_PORT_MOD_TYPE_NA;
mod_type          331 drivers/scsi/csiostor/csio_hw.h 	uint8_t		mod_type;
mod_type         1384 drivers/scsi/csiostor/csio_mb.c 	if (port->mod_type == FW_PORT_MOD_TYPE_NONE)
mod_type         1386 drivers/scsi/csiostor/csio_mb.c 	else if (port->mod_type < ARRAY_SIZE(mod_str))
mod_type         1388 drivers/scsi/csiostor/csio_mb.c 			  mod_str[port->mod_type]);
mod_type         1389 drivers/scsi/csiostor/csio_mb.c 	else if (port->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED)
mod_type         1393 drivers/scsi/csiostor/csio_mb.c 	else if (port->mod_type == FW_PORT_MOD_TYPE_UNKNOWN)
mod_type         1397 drivers/scsi/csiostor/csio_mb.c 	else if (port->mod_type == FW_PORT_MOD_TYPE_ERROR)
mod_type         1401 drivers/scsi/csiostor/csio_mb.c 			  port_id, port->mod_type);
mod_type         1412 drivers/scsi/csiostor/csio_mb.c 	uint8_t mod_type;
mod_type         1430 drivers/scsi/csiostor/csio_mb.c 			mod_type = FW_PORT_CMD_MODTYPE_G(link_status);
mod_type         1438 drivers/scsi/csiostor/csio_mb.c 			mod_type = FW_PORT_CMD_MODTYPE32_G(link_status);
mod_type         1450 drivers/scsi/csiostor/csio_mb.c 		if (mod_type != hw->pport[port_id].mod_type) {
mod_type         1451 drivers/scsi/csiostor/csio_mb.c 			hw->pport[port_id].mod_type = mod_type;