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

/freebsd-12-stable/sys/dev/ocs_fc/
H A Dsli4.c1220 sli4_cmd_reg_rpi_t *reg_rpi = buf; local
1224 reg_rpi->hdr.command = SLI4_MBOX_COMMAND_REG_RPI;
1226 reg_rpi->rpi = rpi;
1227 reg_rpi->remote_n_port_id = nport_id;
1228 reg_rpi->upd = update;
1229 reg_rpi->etow = enable_t10_pi;
1231 reg_rpi->bde_64.bde_type = SLI4_BDE_TYPE_BDE_64;
1232 reg_rpi->bde_64.buffer_length = SLI4_REG_RPI_BUF_LEN;
1233 reg_rpi->bde_64.u.data.buffer_address_low = ocs_addr32_lo(dma->phys);
1234 reg_rpi
[all...]

Completed in 158 milliseconds