Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Dsmi.c44 static enum smi_action __smi_handle_dr_smp_send(bool is_switch, int port_num, in __smi_handle_dr_smp_send() argument
67 if (!is_switch) in __smi_handle_dr_smp_send()
80 return (is_switch || in __smi_handle_dr_smp_send()
99 if (!is_switch) in __smi_handle_dr_smp_send()
111 return (is_switch || in __smi_handle_dr_smp_send()
130 bool is_switch, int port_num) in smi_handle_dr_smp_send() argument
132 return __smi_handle_dr_smp_send(is_switch, port_num, in smi_handle_dr_smp_send()
142 bool is_switch, int port_num) in opa_smi_handle_dr_smp_send() argument
144 return __smi_handle_dr_smp_send(is_switch, port_num, in opa_smi_handle_dr_smp_send()
155 static enum smi_action __smi_handle_dr_smp_recv(bool is_switch, int port_num, in __smi_handle_dr_smp_recv() argument
[all …]
Dopa_smi.h42 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch,
47 bool is_switch, int port_num);
Dsmi.h54 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch,
59 bool is_switch, int port_num);
/linux-4.4.14/include/linux/
Dvt_kern.h52 void redraw_screen(struct vc_data *vc, int is_switch);
/linux-4.4.14/include/rdma/
Dib_verbs.h1823 u16 is_switch:1; member
1935 return device->is_switch; in rdma_cap_ib_switch()
/linux-4.4.14/sound/pci/hda/
Dhda_generic.c3577 int idx, bool is_switch, unsigned int ctl, in add_single_cap_ctl() argument
3582 int type = is_switch ? HDA_CTL_WIDGET_MUTE : HDA_CTL_WIDGET_VOL; in add_single_cap_ctl()
3583 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl()
3600 if (is_switch) in add_single_cap_ctl()
3616 if (is_switch) in add_single_cap_ctl()
/linux-4.4.14/drivers/tty/vt/
Dvt.c660 void redraw_screen(struct vc_data *vc, int is_switch) in redraw_screen() argument
672 if (is_switch) { in redraw_screen()
716 if (is_switch) { in redraw_screen()