Home
last modified time | relevance | path

Searched refs:sw_name (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/net/rocker/
H A Drocker_fp.c225 FpPort *fp_port_alloc(Rocker *r, char *sw_name, in fp_port_alloc() argument
237 port->name = g_strdup_printf("%sp%d", sw_name, port->pport); in fp_port_alloc()
244 port->nic = qemu_new_nic(&fp_port_info, &port->conf, sw_name, NULL, in fp_port_alloc()
H A Drocker_fp.h48 FpPort *fp_port_alloc(Rocker *r, char *sw_name,
/openbmc/qemu/audio/
H A Daudio_template.h424 const char *sw_name, in glue()
444 dolog("Could not create a backend for voice `%s'\n", sw_name); in glue()
450 if (glue (audio_pcm_sw_init_, TYPE) (sw, hw, sw_name, as)) { in glue()
/openbmc/linux/drivers/input/joystick/
H A Dsidewinder.c63 static char *sw_name[] = { "3D Pro", "GamePad", "Precision Pro", "Force Feedback Pro", "FreeStyle P… variable
724 "Microsoft SideWinder %s", sw_name[sw->type]); in sw_connect()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1692 lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record) in lpfc_sw_name_match() argument
1694 if (sw_name[0] != bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record)) in lpfc_sw_name_match()
1696 if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record)) in lpfc_sw_name_match()
1698 if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record)) in lpfc_sw_name_match()
1700 if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record)) in lpfc_sw_name_match()
1702 if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record)) in lpfc_sw_name_match()
1704 if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record)) in lpfc_sw_name_match()
1706 if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record)) in lpfc_sw_name_match()
1708 if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record)) in lpfc_sw_name_match()
/openbmc/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_hydra.c146 __le32 sw_name; member