Home
last modified time | relevance | path

Searched refs:num_pslm (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c2576 u8 num_pslm; in pma_get_opa_datacounters() local
2585 num_pslm = hweight64(be64_to_cpu(req->port_select_mask[3])); in pma_get_opa_datacounters()
2730 u8 num_pslm; in pma_get_opa_porterrors() local
2744 num_pslm = hweight64(be64_to_cpu(req->port_select_mask[3])); in pma_get_opa_porterrors()
2747 if (num_ports != 1 || num_ports != num_pslm) { in pma_get_opa_porterrors()
2847 u8 num_pslm; in pma_get_opa_errorinfo() local
2854 num_pslm = hweight64(be64_to_cpu(req->port_select_mask[3])); in pma_get_opa_errorinfo()
2858 if (num_ports != 1 || num_ports != num_pslm) { in pma_get_opa_errorinfo()
3088 u8 num_pslm; in pma_set_opa_errorinfo() local
3095 num_pslm = hweight64(be64_to_cpu(req->port_select_mask[3])); in pma_set_opa_errorinfo()
[all …]