Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Daspm.c42 return (!!dn || is_ax(dd)) && !!up; in aspm_hw_l1_supported()
Dchip.c5204 int is_ax(struct hfi1_devdata *dd) in is_ax() function
5529 is_ax(dd) && (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) { in handle_cce_err()
5597 if (is_ax(dd) && (reg & RXE_FREEZE_ABORT_MASK)) in handle_rxe_err()
5815 else if (is_ax(dd) && in handle_egress_err()
6590 if (!is_ax(dd)) in adjust_lcb_for_fpga_serdes()
6899 if (is_ax(dd)) { in handle_freeze()
7566 if (is_ax(dd)) { /* fixed in B0 */ in handle_verify_cap()
11129 drain = !is_ax(dd) && is_up; in set_vl_weights()
11505 (is_ax(dd) && any_shared_limit_changing)) { in set_buffer_control()
11703 if (is_ax(dd)) in disable_data_vls()
[all …]
Dfirmware.c1093 if (!is_ax(dd)) in turn_off_spicos()
1142 if (is_ax(dd)) { in fabric_serdes_reset()
Dhfi.h2261 if (!is_ax(dd)) in hfi1_pkt_default_send_ctxt_mask()
2296 if (!is_ax(dd)) in hfi1_pkt_base_sdma_integrity()
Dpcie.c906 if (is_ax(dd)) { in write_xmt_margin()
Dchip.h769 int is_ax(struct hfi1_devdata *dd);
Dinit.c857 if (is_ax(dd)) { in hfi1_init()
Ddriver.c1255 drain = !is_ax(dd) && is_up; in set_mtu()