/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_mad.c | 799 static int recv_pma_get_classportinfo(struct ib_pma_mad *pmp) in recv_pma_get_classportinfo() 834 static int recv_pma_get_portsamplescontrol(struct ib_pma_mad *pmp, in recv_pma_get_portsamplescontrol() 883 static int recv_pma_set_portsamplescontrol(struct ib_pma_mad *pmp, in recv_pma_set_portsamplescontrol() 970 static int recv_pma_get_portsamplesresult(struct ib_pma_mad *pmp, in recv_pma_get_portsamplesresult() 995 static int recv_pma_get_portsamplesresult_ext(struct ib_pma_mad *pmp, in recv_pma_get_portsamplesresult_ext() 1022 static int recv_pma_get_portcounters(struct ib_pma_mad *pmp, in recv_pma_get_portcounters() 1121 static int recv_pma_get_portcounters_ext(struct ib_pma_mad *pmp, in recv_pma_get_portcounters_ext() 1158 static int recv_pma_set_portcounters(struct ib_pma_mad *pmp, in recv_pma_set_portcounters() 1221 static int recv_pma_set_portcounters_ext(struct ib_pma_mad *pmp, in recv_pma_set_portcounters_ext() 1395 struct ib_pma_mad *pmp = (struct ib_pma_mad *)out_mad; in process_perf() local
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 1150 static int pma_get_classportinfo(struct ib_pma_mad *pmp, in pma_get_classportinfo() 1179 static int pma_get_portsamplescontrol(struct ib_pma_mad *pmp, in pma_get_portsamplescontrol() 1217 static int pma_set_portsamplescontrol(struct ib_pma_mad *pmp, in pma_set_portsamplescontrol() 1346 static int pma_get_portsamplesresult(struct ib_pma_mad *pmp, in pma_get_portsamplesresult() 1385 static int pma_get_portsamplesresult_ext(struct ib_pma_mad *pmp, in pma_get_portsamplesresult_ext() 1427 static int pma_get_portcounters(struct ib_pma_mad *pmp, in pma_get_portcounters() 1525 static int pma_get_portcounters_cong(struct ib_pma_mad *pmp, in pma_get_portcounters_cong() 1655 static int pma_get_portcounters_ext(struct ib_pma_mad *pmp, in pma_get_portcounters_ext() 1702 static int pma_set_portcounters(struct ib_pma_mad *pmp, in pma_set_portcounters() 1765 static int pma_set_portcounters_cong(struct ib_pma_mad *pmp, in pma_set_portcounters_cong() [all …]
|
/linux-4.4.14/drivers/ata/ |
D | libahci.c | 982 int pmp; in ahci_transmit_led_message() local 1049 int pmp; in ahci_led_store() local 1262 static int ahci_exec_polled_cmd(struct ata_port *ap, int pmp, in ahci_exec_polled_cmd() 1302 int pmp, unsigned long deadline, in ahci_do_softreset() 1395 int pmp = sata_srst_pmp(link); in ahci_softreset() local 1424 int pmp = sata_srst_pmp(link); in ahci_pmp_retry_softreset() local 1616 int pmp = fbs >> PORT_FBS_DWE_OFFSET; in ahci_error_intr() local
|
D | ahci_xgene.c | 467 int pmp = sata_srst_pmp(link); in xgene_ahci_pmp_softreset() local 511 int pmp = sata_srst_pmp(link); in xgene_ahci_softreset() local
|
D | sata_sil24.c | 604 static int sil24_exec_polled_cmd(struct ata_port *ap, int pmp, in sil24_exec_polled_cmd() 660 int pmp = sata_srst_pmp(link); in sil24_softreset() local 1024 int pmp; in sil24_error_intr() local
|
D | libata-acpi.c | 28 #define SATA_ADR(root, pmp) (((root) << 16) | (pmp)) argument
|
D | sata_highbank.c | 147 int pmp, i; in ecx_transmit_led_message() local
|
D | sata_mv.c | 2449 unsigned int pmp, pmp_map; in mv_pmp_error_handler() local 2484 unsigned int pmp; in mv_pmp_eh_prep() local 3606 static void mv_pmp_select(struct ata_port *ap, int pmp) in mv_pmp_select()
|
D | sata_fsl.c | 947 int pmp = sata_srst_pmp(link); in sata_fsl_softreset() local
|
D | libata-core.c | 551 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis() 5559 void ata_link_init(struct ata_port *ap, struct ata_link *link, int pmp) in ata_link_init()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 2245 static int pma_get_opa_classportinfo(struct opa_pma_mad *pmp, in pma_get_opa_classportinfo() 2315 static int pma_get_opa_portstatus(struct opa_pma_mad *pmp, in pma_get_opa_portstatus() 2564 static int pma_get_opa_datacounters(struct opa_pma_mad *pmp, in pma_get_opa_datacounters() 2721 static int pma_get_opa_porterrors(struct opa_pma_mad *pmp, in pma_get_opa_porterrors() 2837 static int pma_get_opa_errorinfo(struct opa_pma_mad *pmp, in pma_get_opa_errorinfo() 2932 static int pma_set_opa_portstatus(struct opa_pma_mad *pmp, in pma_set_opa_portstatus() 3079 static int pma_set_opa_errorinfo(struct opa_pma_mad *pmp, in pma_set_opa_errorinfo() 4002 struct opa_pma_mad *pmp = (struct opa_pma_mad *)out_mad; in process_perf_opa() local
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dtree.c | 1647 struct metapage *smp, *pmp, *mp; in dtExtendPage() local 2449 struct metapage *mp, *pmp, *lmp, *rmp; in dtRelocate() local
|
D | jfs_xtree.c | 2567 struct metapage *mp, *pmp, *lmp, *rmp; /* meta-page buffer */ in xtRelocate() local
|
/linux-4.4.14/include/linux/ |
D | libata.h | 782 int pmp; /* port multiplier port # */ member
|