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

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_error.c507 p = initidx / CTL_MAX_INIT_PER_PORT;
508 i = initidx % CTL_MAX_INIT_PER_PORT;
544 p = initidx / CTL_MAX_INIT_PER_PORT;
547 ua = malloc(sizeof(ctl_ua_type) * CTL_MAX_INIT_PER_PORT,
552 for (i = 0; i < CTL_MAX_INIT_PER_PORT; i++)
559 i = initidx % CTL_MAX_INIT_PER_PORT;
H A Dctl_ioctl.h67 #define CTL_MAX_INIT_PER_PORT 2048 macro
H A Dctl.c447 #define CTL_MAX_INITIATORS (CTL_MAX_INIT_PER_PORT * ctl_max_ports)
1016 msg.hdr.nexus.targ_port = initidx / CTL_MAX_INIT_PER_PORT;
1017 msg.hdr.nexus.initid = initidx % CTL_MAX_INIT_PER_PORT;
1044 msg.login.max_init_per_port = CTL_MAX_INIT_PER_PORT;
1050 for (i = 0; i < CTL_MAX_INIT_PER_PORT; i++) {
1090 for (i = 0; i < CTL_MAX_INIT_PER_PORT; i++) {
1364 msg->login.max_init_per_port != CTL_MAX_INIT_PER_PORT) {
1740 pu = lun->pending_ua[initidx / CTL_MAX_INIT_PER_PORT];
1743 pu[initidx % CTL_MAX_INIT_PER_PORT] |= ua;
1754 for (i = 0; i < CTL_MAX_INIT_PER_PORT;
[all...]
H A Dctl_frontend.c176 port->max_initiators = CTL_MAX_INIT_PER_PORT;

Completed in 174 milliseconds