Searched refs:set_path (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mediatek/ | 
| D | mtk_eth_path.c | 18 	int		(*set_path)(struct mtk_eth *eth, int path);  member193 		.set_path = set_mux_gdm1_to_gmac1_esw,
 197 		.set_path = set_mux_gmac2_gmac0_to_gephy,
 201 		.set_path = set_mux_u3_gmac2_to_qphy,
 205 		.set_path = set_mux_gmac1_gmac2_to_sgmii_rgmii,
 209 		.set_path = set_mux_gmac12_to_gephy_sgmii,
 229 			err = mtk_eth_muxc[i].set_path(eth, path);  in mtk_eth_mux_setup()
 
 | 
| /Linux-v5.4/include/scsi/ | 
| D | scsi_transport_iscsi.h | 128 	int (*set_path) (struct Scsi_Host *shost, struct iscsi_path *params);  member
 | 
| D | iscsi_if.h | 185 		} set_path;  member
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | scsi_transport_iscsi.c | 2931 	if (!transport->set_path)  in iscsi_set_path()2934 	shost = scsi_host_lookup(ev->u.set_path.host_no);  in iscsi_set_path()
 2937 		       ev->u.set_path.host_no);  in iscsi_set_path()
 2942 	err = transport->set_path(shost, params);  in iscsi_set_path()
 3077 	shost = scsi_host_lookup(ev->u.set_path.host_no);  in iscsi_set_chap()
 3080 		       __func__, ev->u.set_path.host_no);  in iscsi_set_chap()
 
 | 
| /Linux-v5.4/drivers/scsi/qedi/ | 
| D | qedi_iscsi.c | 1402 	.set_path = qedi_set_path,
 | 
| /Linux-v5.4/drivers/scsi/bnx2i/ | 
| D | bnx2i_iscsi.c | 2298 	.set_path		= bnx2i_nl_set_path,
 |