Searched refs:active_pkt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c361 if (protp->active_pkt == NULL) {
365 i = (*protp->active_pkt)(p, len);
H A Dpppd.h375 int (*active_pkt) __P((u_char *pkt, int len)); member in struct:protent
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c3521 int active_pkt_bit = 0, active_pkt = 0, ncq_command = B_FALSE; local
3594 active_pkt = 0;
3625 for (active_pkt = 0; (active_pkt_bit & 0x1) != 0x1;
3626 active_pkt++, active_pkt_bit >>= 1) {
3634 nvp->nvp_sactive_cache &= ~(0x01 << active_pkt);
3637 nv_slotp = &(nvp->nvp_slot[active_pkt]);
3649 nv_complete_io(nvp, spkt, active_pkt);

Completed in 57 milliseconds