Home
last modified time | relevance | path

Searched defs:pmp (Results 1 – 9 of 9) sorted by relevance

/drivers/infiniband/hw/ipath/
Dipath_mad.c799 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
/drivers/infiniband/hw/qib/
Dqib_mad.c1149 static int pma_get_classportinfo(struct ib_pma_mad *pmp, in pma_get_classportinfo()
1178 static int pma_get_portsamplescontrol(struct ib_pma_mad *pmp, in pma_get_portsamplescontrol()
1216 static int pma_set_portsamplescontrol(struct ib_pma_mad *pmp, in pma_set_portsamplescontrol()
1345 static int pma_get_portsamplesresult(struct ib_pma_mad *pmp, in pma_get_portsamplesresult()
1384 static int pma_get_portsamplesresult_ext(struct ib_pma_mad *pmp, in pma_get_portsamplesresult_ext()
1426 static int pma_get_portcounters(struct ib_pma_mad *pmp, in pma_get_portcounters()
1524 static int pma_get_portcounters_cong(struct ib_pma_mad *pmp, in pma_get_portcounters_cong()
1654 static int pma_get_portcounters_ext(struct ib_pma_mad *pmp, in pma_get_portcounters_ext()
1701 static int pma_set_portcounters(struct ib_pma_mad *pmp, in pma_set_portcounters()
1764 static int pma_set_portcounters_cong(struct ib_pma_mad *pmp, in pma_set_portcounters_cong()
[all …]
/drivers/ata/
Dlibahci.c982 int pmp; in ahci_transmit_led_message() local
1049 int pmp; in ahci_led_store() local
1256 static int ahci_exec_polled_cmd(struct ata_port *ap, int pmp, in ahci_exec_polled_cmd()
1287 int pmp, unsigned long deadline, in ahci_do_softreset()
1380 int pmp = sata_srst_pmp(link); in ahci_softreset() local
1409 int pmp = sata_srst_pmp(link); in ahci_pmp_retry_softreset() local
1601 int pmp = fbs >> PORT_FBS_DWE_OFFSET; in ahci_error_intr() local
Dsata_sil24.c603 static int sil24_exec_polled_cmd(struct ata_port *ap, int pmp, in sil24_exec_polled_cmd()
659 int pmp = sata_srst_pmp(link); in sil24_softreset() local
1023 int pmp; in sil24_error_intr() local
Dlibata-acpi.c28 #define SATA_ADR(root, pmp) (((root) << 16) | (pmp)) argument
Dsata_highbank.c147 int pmp, i; in ecx_transmit_led_message() local
Dsata_mv.c2437 unsigned int pmp, pmp_map; in mv_pmp_error_handler() local
2472 unsigned int pmp; in mv_pmp_eh_prep() local
3594 static void mv_pmp_select(struct ata_port *ap, int pmp) in mv_pmp_select()
Dsata_fsl.c944 int pmp = sata_srst_pmp(link); in sata_fsl_softreset() local
Dlibata-core.c548 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis()
5598 void ata_link_init(struct ata_port *ap, struct ata_link *link, int pmp) in ata_link_init()