Home
last modified time | relevance | path

Searched refs:mod_type (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_mb.c1454 if (port->mod_type == FW_PORT_MOD_TYPE_NONE) in csio_mb_portmod_changed()
1456 else if (port->mod_type < ARRAY_SIZE(mod_str)) in csio_mb_portmod_changed()
1458 mod_str[port->mod_type]); in csio_mb_portmod_changed()
1459 else if (port->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED) in csio_mb_portmod_changed()
1463 else if (port->mod_type == FW_PORT_MOD_TYPE_UNKNOWN) in csio_mb_portmod_changed()
1467 else if (port->mod_type == FW_PORT_MOD_TYPE_ERROR) in csio_mb_portmod_changed()
1471 port_id, port->mod_type); in csio_mb_portmod_changed()
1482 uint8_t mod_type; in csio_mb_fwevt_handler() local
1497 mod_type = FW_PORT_CMD_MODTYPE_GET(link_status); in csio_mb_fwevt_handler()
1507 if (mod_type != hw->pport[port_id].mod_type) { in csio_mb_fwevt_handler()
[all …]
Dcsio_hw.h323 uint8_t mod_type; member
Dcsio_hw.c2310 hw->pport[i].mod_type = FW_PORT_MOD_TYPE_NA; in csio_hw_initialize()
/drivers/media/tuners/
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,
3923 static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type, in mxl5005s_reconfigure() argument
3932 dprintk(1, "%s(type=%d, bw=%d)\n", __func__, mod_type, bandwidth); in mxl5005s_reconfigure()
3943 mxl5005s_AssignTunerMode(fe, mod_type, bandwidth); in mxl5005s_reconfigure()
3953 static int mxl5005s_AssignTunerMode(struct dvb_frontend *fe, u32 mod_type, in mxl5005s_AssignTunerMode() argument
3976 mod_type, in mxl5005s_AssignTunerMode()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c457 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE) in t4_os_portmod_changed()
459 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4_os_portmod_changed()
460 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]); in t4_os_portmod_changed()
2290 if (p->mod_type == FW_PORT_MOD_TYPE_TWINAX_PASSIVE || in get_settings()
2291 p->mod_type == FW_PORT_MOD_TYPE_TWINAX_ACTIVE) in get_settings()
Dcxgb4.h317 u8 mod_type; member
Dt4_hw.c3602 if (mod != pi->mod_type) { in t4_handle_fw_rpl()
3603 pi->mod_type = mod; in t4_handle_fw_rpl()
3782 p->mod_type = FW_PORT_MOD_TYPE_NA; in t4_port_init()