Lines Matching refs:cdata
106 retval = sbuf_printf(sb, "\t<port>%s,p,%u</port>\n", np->cdata.subnqn, in nvmft_info()
131 if (lun_id >= le32toh(np->cdata.nn)) { in nvmft_lun_enable()
133 np->cdata.subnqn, lun_id, le32toh(np->cdata.nn)); in nvmft_lun_enable()
156 np->cdata.subnqn, lun_id); in nvmft_lun_enable()
194 if (lun_id >= le32toh(np->cdata.nn)) in nvmft_lun_disable()
205 np->cdata.subnqn, lun_id); in nvmft_lun_disable()
673 if (strcmp(np->cdata.subnqn, subnqn) == 0) in nvmft_port_find()
840 osrelease, subnqn, nn, ioccsz, iorcsz, &np->cdata); in nvmft_port_create()
841 np->cdata.aerl = NVMFT_NUM_AER - 1; in nvmft_port_create()
842 np->cdata.oaes = htole32(NVME_ASYNC_EVENT_NS_ATTRIBUTE); in nvmft_port_create()
843 np->cdata.oncs = htole16(NVMEF(NVME_CTRLR_DATA_ONCS_VERIFY, 1) | in nvmft_port_create()
847 np->cdata.fuses = NVMEF(NVME_CTRLR_DATA_FUSES_CNW, 1); in nvmft_port_create()
850 memcpy(np->fp.revision[0], np->cdata.fr, sizeof(np->cdata.fr)); in nvmft_port_create()
1104 np->cdata.subnqn, in nvmft_list()