Home
last modified time | relevance | path

Searched refs:stpp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c428 return (stpp); in sfxge_tx_packet_create()
486 return (stpp); in sfxge_tx_qfpp_get()
512 stpp = next; in sfxge_tx_qfpp_empty()
1998 p = stpp; in sfxge_tx_qdpl_swizzle()
2001 stpp = next; in sfxge_tx_qdpl_swizzle()
2153 stpp = NULL; in sfxge_tx_qdpl_drain()
2157 stpp = next; in sfxge_tx_qdpl_drain()
2201 stpp = NULL; in sfxge_tx_qdpl_drain()
2205 stpp = next; in sfxge_tx_qdpl_drain()
2291 stpp = next; in sfxge_tx_qdpl_flush_locked()
[all …]
H A Dsfxge_ev.c1062 sfxge_txq_t **stpp; in sfxge_ev_txlabel_alloc() local
1073 stpp = NULL; in sfxge_ev_txlabel_alloc()
1079 if ((stpp == NULL) && (sep->se_label_stp[label] == NULL)) { in sfxge_ev_txlabel_alloc()
1080 stpp = &sep->se_label_stp[label]; in sfxge_ev_txlabel_alloc()
1083 if (stpp == NULL) { in sfxge_ev_txlabel_alloc()
1087 *stpp = stp; in sfxge_ev_txlabel_alloc()
1088 label = stpp - sep->se_label_stp; in sfxge_ev_txlabel_alloc()
/illumos-gate/usr/src/uts/common/os/
H A Dsession.c380 freectty_lock(proc_t *p, sess_t **spp, vnode_t **vpp, stdata_t **stpp, in freectty_lock() argument
474 *stpp = stp; in freectty_lock()