Searched refs:set_path (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_path.c | 18 int (*set_path)(struct mtk_eth *eth, u64 path); member 228 .set_path = set_mux_gdm1_to_gmac1_esw, 232 .set_path = set_mux_gmac2_gmac0_to_gephy, 236 .set_path = set_mux_u3_gmac2_to_qphy, 240 .set_path = set_mux_gmac2_to_2p5gphy, 244 .set_path = set_mux_gmac1_gmac2_to_sgmii_rgmii, 248 .set_path = set_mux_gmac12_to_gephy_sgmii, 268 err = mtk_eth_muxc[i].set_path(eth, path); in mtk_eth_mux_setup()
|
/linux/include/scsi/ |
H A D | iscsi_if.h | 186 } set_path; member
|
/linux/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 3209 if (!transport->set_path) in iscsi_set_path() 3212 shost = scsi_host_lookup(ev->u.set_path.host_no); in iscsi_set_path() 3215 ev->u.set_path.host_no); in iscsi_set_path() 3220 err = transport->set_path(shost, params); in iscsi_set_path() 3376 shost = scsi_host_lookup(ev->u.set_path.host_no); in iscsi_set_chap() 3379 __func__, ev->u.set_path.host_no); in iscsi_set_chap()
|
/linux/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 1497 .set_path = qedi_set_path,
|
/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 2302 .set_path = bnx2i_nl_set_path,
|