Searched refs:PF (Results 1 – 10 of 10) sorted by relevance
/drivers/pinctrl/freescale/ |
D | pinctrl-imx27.c | 24 #define PF 5 macro 177 MX27_PAD_NFRB = PAD_ID(PF, 0), 178 MX27_PAD_NFCLE = PAD_ID(PF, 1), 179 MX27_PAD_NFWP_B = PAD_ID(PF, 2), 180 MX27_PAD_NFCE_B = PAD_ID(PF, 3), 181 MX27_PAD_NFALE = PAD_ID(PF, 4), 182 MX27_PAD_NFRE_B = PAD_ID(PF, 5), 183 MX27_PAD_NFWE_B = PAD_ID(PF, 6), 184 MX27_PAD_PC_POE = PAD_ID(PF, 7), 185 MX27_PAD_PC_RW_B = PAD_ID(PF, 8), [all …]
|
D | pinctrl-imx21.c | 20 #define PF 5 macro 144 MX21_PAD_NFRB = PAD_ID(PF, 0), 145 MX21_PAD_NFCE = PAD_ID(PF, 1), 146 MX21_PAD_NFWP = PAD_ID(PF, 2), 147 MX21_PAD_NFCLE = PAD_ID(PF, 3), 148 MX21_PAD_NFALE = PAD_ID(PF, 4), 149 MX21_PAD_NFRE = PAD_ID(PF, 5), 150 MX21_PAD_NFWE = PAD_ID(PF, 6), 151 MX21_PAD_NFIO0 = PAD_ID(PF, 7), 152 MX21_PAD_NFIO1 = PAD_ID(PF, 8), [all …]
|
/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 60 PF device is being recovered in another guest. 62 Some SR-IOV devices have problems when the PF is reset without 63 first disabling all VFs attached to that PF. s-Par handles this 65 the script will disable the device. When the PF is recovered, 79 PF device is being recovered in another guest. 81 Some SR-IOV devices have problems when the PF is reset without 82 first disabling all VFs attached to that PF. s-Par handles this 84 the script will disable the device. When the PF is recovered,
|
/drivers/net/ethernet/freescale/enetc/ |
D | Kconfig | 3 tristate "ENETC PF driver" 11 physical function (PF) devices, managing ENETC Ports at a privileged 24 virtual function (VF) devices enabled by the ENETC PF driver. 33 physical function (PF) device.
|
/drivers/tty/ |
D | n_gsm.c | 286 #define PF 0x10 macro 551 switch (control & ~PF) { in gsm_print_packet() 589 if (control & PF) in gsm_print_packet() 755 switch (msg->ctrl & ~PF) { in gsm_is_flow_ctrl_msg() 761 switch (cmd & ~PF) { in gsm_is_flow_ctrl_msg() 862 if (msg->ctrl == UI || msg->ctrl == (UI|PF)) in __gsm_data_queue() 1619 gsm_command(dlci->gsm, dlci->addr, SABM|PF); in gsm_dlci_t1() 1621 } else if (!dlci->addr && gsm->control == (DM | PF)) { in gsm_dlci_t1() 1635 gsm_command(dlci->gsm, dlci->addr, DISC|PF); in gsm_dlci_t1() 1663 gsm_command(dlci->gsm, dlci->addr, SABM|PF); in gsm_dlci_begin_open() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Kconfig | 66 support in ConnectX NIC. MPFs is required for when multi-PF configuration 68 requesting PF. 77 enabled VFs and PF in two available modes:
|
/drivers/net/ethernet/marvell/octeontx2/ |
D | Kconfig | 17 and provides a medium to other PF/VFs to configure HW. Should be
|
/drivers/pci/ |
D | Kconfig | 101 tristate "PCI PF Stub driver" 105 require SR-IOV support, while at the same time the PF (Physical
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_cxt.c | 548 qed_cxt_set_blk(&p_cli->pf_blks[CDUT_FL_SEG_BLK(i, PF)]); in qed_cxt_cfg_ilt_compute() 1403 (p_cli->pf_blks[CDUT_FL_SEG_BLK(i, PF)].start_line - in qed_cdu_init_pf() 2148 p_fl_seg = &p_cli->pf_blks[CDUT_FL_SEG_BLK(seg, PF)]; in qed_cxt_get_tid_mem_info() 2477 p_seg = &p_cli->pf_blks[CDUT_FL_SEG_BLK(seg, PF)]; in qed_cxt_get_task_ctx() 2512 p_blk = &p_cli->pf_blks[CDUT_FL_SEG_BLK(i, PF)]; in qed_get_cdut_num_pf_init_pages()
|
/drivers/isdn/mISDN/ |
D | layer2.c | 648 u_char PF; in get_PollFlagFree() local 650 PF = get_PollFlag(l2, skb); in get_PollFlagFree() 652 return PF; in get_PollFlagFree()
|