Lines Matching defs:if_type

1996 	uint32_t if_type;
2017 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
2018 switch (if_type) {
7933 u32 if_type;
8195 if_type = bf_get(lpfc_sli_intf_if_type,
8204 if (if_type == LPFC_SLI_INTF_IF_TYPE_0 &&
8211 if (!(if_type == LPFC_SLI_INTF_IF_TYPE_0 &&
9433 uint32_t if_type;
9495 if_type = bf_get(lpfc_sli_intf_if_type,
9497 switch (if_type) {
9567 * @if_type: The SLI4 interface type getting configured.
9573 lpfc_sli4_bar0_register_memmap(struct lpfc_hba *phba, uint32_t if_type)
9575 switch (if_type) {
9649 if_type);
9657 * @if_type: sli if type to operate on.
9662 lpfc_sli4_bar1_register_memmap(struct lpfc_hba *phba, uint32_t if_type)
9664 switch (if_type) {
9693 if_type);
9934 uint32_t if_type, qmin, fawwpn;
10144 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
10145 if (if_type >= LPFC_SLI_INTF_IF_TYPE_2) {
10214 /* get the pf# and vf# for SLI4 if_type 2 port */
10275 * lpfc_setup_endian_order - Write endian order to an SLI4 if_type 0 port.
10279 * the port if_type is 0. This routine has no function for other
10291 uint32_t if_type, rc = 0;
10295 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
10296 switch (if_type) {
11699 uint32_t rc = 0, if_type;
11707 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
11708 switch (if_type) {
11835 uint32_t if_type;
11849 * dependent on the if_type.
11866 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
11891 lpfc_sli4_bar0_register_memmap(phba, if_type);
11895 if (if_type >= LPFC_SLI_INTF_IF_TYPE_2) {
11897 "FATAL - No BAR0 mapping for SLI4, if_type 2\n");
11908 lpfc_sli4_bar0_register_memmap(phba, if_type);
11911 if (if_type == LPFC_SLI_INTF_IF_TYPE_0) {
11932 lpfc_sli4_bar1_register_memmap(phba, if_type);
11939 if ((if_type == LPFC_SLI_INTF_IF_TYPE_6) &&
11956 lpfc_sli4_bar1_register_memmap(phba, if_type);
11959 if (if_type == LPFC_SLI_INTF_IF_TYPE_0) {
11989 if (if_type == LPFC_SLI_INTF_IF_TYPE_6 &&
12009 switch (if_type) {
12049 uint32_t if_type;
12050 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
12052 switch (if_type) {
12072 if_type);
13773 sli4_params->if_type = bf_get(cfg_if_type, mbx_sli4_parameters);