Home
last modified time | relevance | path

Searched refs:sop_index (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_send.c113 int i, cur_index, sop_index; in hxge_start() local
187 sop_index = tx_ring_p->wr_index; in hxge_start()
230 i = sop_index = tx_ring_p->wr_index; in hxge_start()
252 sop_index, i)); in hxge_start()
258 sop_index, i, msgsize)); in hxge_start()
588 tx_desc_p = &tx_desc_ring_vp[sop_index]; in hxge_start()
718 sop_index * sizeof (tx_desc_t), in hxge_start()
725 pkt_len, ngathers, sop_index)); in hxge_start()
729 sop_index * sizeof (tx_desc_t), in hxge_start()
743 pkt_len, ngathers, sop_index)); in hxge_start()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c162 int i, cur_index, sop_index; in nxge_start() local
325 sop_index = tx_ring_p->wr_index; in nxge_start()
397 i = sop_index = tx_ring_p->wr_index; in nxge_start()
416 sop_index, i)); in nxge_start()
422 sop_index, i, msgsize)); in nxge_start()
886 sop_index, in nxge_start()
923 sop_index)); in nxge_start()
928 sop_index * sizeof (tx_desc_t), in nxge_start()
1095 sop_index = cur_index_lso; in nxge_start()
1096 tx_ring_p->wr_index = sop_index; in nxge_start()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.h51 int sop_index; /* Index of subopt in argument */ member
H A Dmdb_argvec.c161 sop->sop_index = i; in argvec_process_subopt()
371 sop->sop_index = -1; in mdb_getopts()