Searched refs:mod_type (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_mb.c1384 if (port->mod_type == FW_PORT_MOD_TYPE_NONE)
1386 else if (port->mod_type < ARRAY_SIZE(mod_str))
1388 mod_str[port->mod_type]);
1389 else if (port->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED)
1393 else if (port->mod_type == FW_PORT_MOD_TYPE_UNKNOWN)
1397 else if (port->mod_type == FW_PORT_MOD_TYPE_ERROR)
1401 port_id, port->mod_type);
1412 uint8_t mod_type; local
1430 mod_type = FW_PORT_CMD_MODTYPE_G(link_status);
1438 mod_type
[all...]
H A Dcsio_hw.h331 uint8_t mod_type; member in struct:csio_pport
H A Dcsio_hw.c2651 hw->pport[i].mod_type = FW_PORT_MOD_TYPE_NA;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c221 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE)
224 else if (pi->mod_type < ARRAY_SIZE(mod_str))
226 dev->name, mod_str[pi->mod_type]);
227 else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED)
230 else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN)
233 else if (pi->mod_type == FW_PORT_MOD_TYPE_ERROR)
238 "inserted\n", dev->name, pi->mod_type);
1260 * @mod_type: Firmware Module Type
1265 enum fw_port_module_type mod_type)
1282 if (mod_type
1264 from_fw_port_mod_type(enum fw_port_type port_type, enum fw_port_module_type mod_type) argument
[all...]
H A Dt4vf_hw.c587 pi->mod_type = FW_PORT_MOD_TYPE_NA;
1920 enum fw_port_module_type mod_type; local
1933 mod_type = FW_PORT_CMD_MODTYPE_G(lstatus);
1970 mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32);
1989 if (mod_type != pi->mod_type) {
2011 pi->mod_type = mod_type;
H A Dadapter.h103 u8 mod_type; /* firmware module type */ member in struct:port_info
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c422 * @mod_type: Firmware Module Type
427 enum fw_port_module_type mod_type)
444 if (mod_type == FW_PORT_MOD_TYPE_LR ||
445 mod_type == FW_PORT_MOD_TYPE_SR ||
446 mod_type == FW_PORT_MOD_TYPE_ER ||
447 mod_type == FW_PORT_MOD_TYPE_LRM)
449 else if (mod_type == FW_PORT_MOD_TYPE_TWINAX_PASSIVE ||
450 mod_type == FW_PORT_MOD_TYPE_TWINAX_ACTIVE)
679 base->port = from_fw_port_mod_type(pi->port_type, pi->mod_type);
2015 if (!cxgb4_fw_mod_type_info_available(pi->mod_type))
426 from_fw_port_mod_type(enum fw_port_type port_type, enum fw_port_module_type mod_type) argument
[all...]
H A Dcxgb4_main.c314 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE)
316 else if (pi->mod_type < ARRAY_SIZE(mod_str))
317 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]);
318 else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED)
321 else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN)
324 else if (pi->mod_type == FW_PORT_MOD_TYPE_ERROR)
328 dev->name, pi->mod_type);
H A Dt4_hw.c8576 enum fw_port_module_type mod_type; local
8590 mod_type = FW_PORT_CMD_MODTYPE_G(lstatus);
8605 mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32);
8631 if (mod_type != pi->mod_type) {
8666 pi->mod_type = mod_type;
8671 lc->new_module = t4_is_inserted_mod_type(mod_type);
9690 pi->mod_type = FW_PORT_MOD_TYPE_NA;
H A Dcxgb4.h660 u8 mod_type; member in struct:port_info
/linux-master/drivers/media/tuners/
H A Dmxl5005s.c320 static int mxl5005s_AssignTunerMode(struct dvb_frontend *fe, u32 mod_type,
322 static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type,
3917 static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type, argument
3925 dprintk(1, "%s(type=%d, bw=%d)\n", __func__, mod_type, bandwidth);
3948 mxl5005s_AssignTunerMode(fe, mod_type, bandwidth);
3961 static int mxl5005s_AssignTunerMode(struct dvb_frontend *fe, u32 mod_type, argument
3984 mod_type,
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h619 u64 mod_type:1; member in struct:phy_s::__anon195

Completed in 239 milliseconds