Searched defs:tdi (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1085 struct T_discon_ind *tdi; local
1102 tdi = (struct T_discon_ind *)mp->b_rptr;
1104 tdi->DISCON_reason = ECONNREFUSED;
1105 tdi->SEQ_number = 0;
1107 tdi->DISCON_reason = ENOPROTOOPT;
1108 tdi->SEQ_number =
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1147 struct T_data_ind *tdi; local
1173 mp1 = allocb(sizeof (*tdi), BPRI_MED);
1179 mp->b_wptr += sizeof (*tdi);
1180 tdi = (struct T_data_ind *)mp->b_rptr;
1181 tdi->PRIM_type = T_DATA_IND;
1182 tdi->MORE_flag = 0;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1942 struct T_optdata_ind *tdi = &tpr->optdata_ind; local
1956 tdi->OPT_length != 0) {
1965 t_uscalar_t optlen = tdi->OPT_length;
1967 opt = sogetoff(mp, tdi->OPT_offset,
1978 optlen, tdi->OPT_offset);
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c1445 struct T_discon_ind *tdi; local
1449 tdi = (struct T_discon_ind *)mp->b_rptr;
1450 tdi->DISCON_reason = reason;
1451 tdi->SEQ_number = seqnum;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c3625 tdmc_intr_dbg_t tdi; local
3657 chan, &tdi.value);
3659 tdi.bits.ldw.pref_buf_par_err = 1;
3661 tdi.bits.ldw.mbox_err = 1;
3663 tdi.bits.ldw.nack_pref = 1;
3665 tdi.bits.ldw.nack_pkt_rd = 1;
3667 tdi.bits.ldw.pkt_size_err = 1;
3669 tdi.bits.ldw.tx_ring_oflow = 1;
3671 tdi.bits.ldw.conf_part_err = 1;
3673 tdi
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c5771 struct T_discon_ind *tdi; local
5776 tdi = (struct T_discon_ind *)mp->b_rptr;
5777 tdi->PRIM_type = T_DISCON_IND;
5778 tdi->DISCON_reason = reason;
5779 tdi->SEQ_number = seqnum;

Completed in 95 milliseconds