Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c293 hermon_pio_end(state, uarhdl, all_eq_init_fail, fm_loop_cnt, in hermon_eq_init_all()
421 hermon_pio_end(state, uarhdl, pio_error, fm_loop_cnt, fm_status, in hermon_eq_arm_all()
470 hermon_pio_end(state, cmdhdl, pio_error, fm_loop_cnt, fm_status, in hermon_isr()
596 hermon_pio_end(state, uarhdl, pio_error, fm_loop_cnt, in hermon_eq_poll()
641 hermon_pio_end(state, cmdhdl, pio_error, fm_loop_cnt, fm_status, in hermon_eq_catastrophic()
696 hermon_pio_end(state, cmdhdl, pio_error, fm_loop_cnt, fm_status, in hermon_eq_catastrophic()
H A Dhermon_ioctl.c609 hermon_pio_end(state, pci_hdl, pio_error, fm_loop_cnt, in hermon_ioctl_flash_init()
1277 hermon_pio_end(state, handle, pio_error, fm_loop_cnt, fm_status, in hermon_ioctl_reg_read()
1351 hermon_pio_end(state, handle, pio_error, fm_loop_cnt, fm_status, in hermon_ioctl_reg_write()
1422 hermon_pio_end(state, pci_hdl, pio_error, in hermon_ioctl_write_boot_addr()
1656 hermon_pio_end(state, hdl, pio_error, fm_loop_cnt, fm_status, fm_test); in hermon_flash_spi_write_dword()
1948 hermon_pio_end(state, hdl, pio_error, fm_loop_cnt, fm_status, in hermon_flash_erase_sector()
2126 hermon_pio_end(state, hdl, pio_error, fm_loop_cnt, fm_status, fm_test); in hermon_flash_spi_wait_wip()
2178 hermon_pio_end(state, hdl, pio_error, fm_loop_cnt, in hermon_flash_bank()
2298 hermon_pio_end(state, hdl, pio_error, fm_loop_cnt, fm_status, fm_test); in hermon_flash_read()
2354 hermon_pio_end(state, hdl, pio_error, fm_loop_cnt, fm_status, fm_test); in hermon_flash_write()
[all …]
H A Dhermon_wr.c402 hermon_pio_end(state, uarhdl, pio_error, fm_loop_cnt, in hermon_post_send_ud()
747 hermon_pio_end(state, uarhdl, pio_error, fm_loop_cnt, in hermon_post_send_rc()
1085 hermon_pio_end(state, uarhdl, pio_error, fm_loop_cnt, in hermon_post_send()
H A Dhermon_cmd.c1049 hermon_pio_end(state, cmdhdl, pio_error, fm_loop_cnt, fm_status, in hermon_write_hcr()
1095 hermon_pio_end(state, cmdhdl, pio_error, fm_loop_cnt, fm_status, in hermon_write_hcr()
1161 hermon_pio_end(state, cmdhdl, pio_error, fm_loop_cnt, fm_status, in hermon_write_hcr()
H A Dhermon_fm.c1479 hermon_pio_end(state, cmdhdl, pio_error, fm_loop_cnt, fm_status, in hermon_inter_err_chk()
H A Dhermon_cq.c1245 hermon_pio_end(state, uarhdl, pio_error, fm_loop_cnt, fm_status, in hermon_cq_arm_doorbell()
H A Dhermon.c3928 hermon_pio_end(state, hdl, pio_error2, fm_loop_cnt2, fm_status2, in hermon_sw_reset()
3930 hermon_pio_end(state, cmdhdl, pio_error, fm_loop_cnt, fm_status, in hermon_sw_reset()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h266 #define hermon_pio_end(st, hdl, label, cnt, status, tst) \ macro