Lines Matching defs:ta
932 struct nvmf_tcp_association *ta;
941 ta = calloc(1, sizeof(*ta));
943 return (&ta->na);
950 struct nvmf_tcp_association *ta = TASSOC(na);
952 ta->ioccsz = le32toh(cdata->ioccsz);
965 struct nvmf_tcp_association *ta = TASSOC(na);
972 if (ta->ioccsz == 0) {
976 if (ta->ioccsz < 4) {
977 na_error(na, "Invalid IOCCSZ %u", ta->ioccsz);
1039 qp->max_icd = (ta->ioccsz - 4) * 16;