Searched refs:int_channel (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h1029 u32 int_channel:7; member in struct:psif_rb_hw
2884 u64 int_channel:16; member in struct:psif_epsc_csr_interrupt_channel
3157 struct psif_epsc_csr_interrupt_channel int_channel; member in union:psif_epsc_csr_details
3311 u32 int_channel:7; member in struct:psif_cq_hw
H A Dpsif_hw_data_le.h993 u32 int_channel:7; member in struct:psif_rb_hw
2864 u64 int_channel:16; member in struct:psif_epsc_csr_interrupt_channel
3131 struct psif_epsc_csr_interrupt_channel int_channel; member in union:psif_epsc_csr_details
3247 u32 int_channel:7; member in struct:psif_cq_hw
/solaris-userland/components/open-fabrics/libsif/include/sif/
H A Dpsif_hw_print.c4740 xprintf(fd, ", .int_channel = ");
4741 write_bits_u16(fd, 16, data->int_channel);
5120 xprintf(fd, ", .int_channel = ");
5121 write_struct_psif_epsc_csr_interrupt_channel(fd, 0, &(data->int_channel));
5267 xprintf(fd, "int_channel = ");
5268 write_struct_psif_epsc_csr_interrupt_channel(fd, network_order, &(data->u.int_channel));
5388 xprintf(fd, ", .int_channel = ");
5389 write_bits_u8(fd, 7, data->int_channel);

Completed in 70 milliseconds