Searched refs:mp_head (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 575 so_process_new_message(struct sonode *so, mblk_t *mp_head, mblk_t *mp_last_head) in so_process_new_message() argument 578 (mp_head = sof_filter_data_in_proc(so, mp_head, in so_process_new_message() 582 ASSERT(mp_head->b_prev != NULL); in so_process_new_message() 584 so->so_rcv_q_head = mp_head; in so_process_new_message() 588 boolean_t flag_equal = ((DB_FLAGS(mp_head) & DBLK_UIOA) == in so_process_new_message() 591 if (mp_head->b_next == NULL && in so_process_new_message() 592 DB_TYPE(mp_head) == M_DATA && in so_process_new_message() 594 so->so_rcv_q_last_head->b_prev->b_cont = mp_head; in so_process_new_message() 595 so->so_rcv_q_last_head->b_prev = mp_head->b_prev; in so_process_new_message() 596 mp_head->b_prev = NULL; in so_process_new_message() [all …]
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modctl.c | 1703 mperm_t **mp_head; in rem_minorperm() local 1718 mp_head = &dnp->dn_mperm; in rem_minorperm() 1719 while (*mp_head) { in rem_minorperm() 1720 if (strcmp((*mp_head)->mp_minorname, in rem_minorperm() 1722 mp_head = &(*mp_head)->mp_next; in rem_minorperm() 1726 freemp = *mp_head; in rem_minorperm() 1727 *mp_head = freemp->mp_next; in rem_minorperm() 1755 mperm_t **mp_head; in add_minorperm() local 1787 mp_head = &dnp->dn_mperm; in add_minorperm() 1788 if (*mp_head == NULL) { in add_minorperm() [all …]
|
H A D | strsubr.c | 6953 mblk_t *bp, *mp_head, *mp_next, *mp_prev; in flush_syncq() local 7007 mp_head = q->q_sqhead; in flush_syncq() 7015 ASSERT(mp_head->b_queue && in flush_syncq() 7016 mp_head->b_queue->q_syncq == sq); in flush_syncq() 7021 for (bp = mp_head; bp != NULL; bp = mp_next) { in flush_syncq()
|
/titanic_50/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.c | 709 mblk_t *mp_head = NULL; in xgell_rx_1b_callback() local 799 if (mp_head == NULL) { in xgell_rx_1b_callback() 800 mp_head = mp; in xgell_rx_1b_callback() 811 ring->poll_mp = mp_head; in xgell_rx_1b_callback() 835 if (mp_head != NULL) { in xgell_rx_1b_callback() 836 mac_rx_ring(lldev->mh, ring->ring_handle, mp_head, in xgell_rx_1b_callback() 839 mp_head = mp_end = NULL; in xgell_rx_1b_callback() 856 if ((ring->poll_mp == NULL) && (mp_head != NULL)) { in xgell_rx_1b_callback() 857 mac_rx_ring(lldev->mh, ring->ring_handle, mp_head, in xgell_rx_1b_callback()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xnf.c | 1696 mblk_t *mp_head, *mp_tail; in xnf_send() local 1699 mp_head = mp_tail = NULL; in xnf_send() 1716 if (mp_head == NULL) in xnf_send() 1717 mp_head = loop->tx_mp; in xnf_send() 1726 ASSERT(mp_head == NULL); in xnf_send() 1728 ASSERT(mp_head != NULL); in xnf_send() 1731 mp = mp_head; in xnf_send()
|
/titanic_50/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 1426 gem_send_common(struct gem_dev *dp, mblk_t *mp_head, uint32_t flags) in gem_send_common() argument 1440 ASSERT(mp_head != NULL); in gem_send_common() 1442 mp = mp_head; in gem_send_common() 1457 mp = mp_head; in gem_send_common() 1470 return (mp_head); in gem_send_common() 1512 ASSERT(mp_head != NULL); in gem_send_common() 1513 mp = mp_head; in gem_send_common() 1514 mp_head = mp_head->b_next; in gem_send_common() 1566 return (mp_head); in gem_send_common()
|
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 1455 mblk_t *mp, *mp_head, **mp_tail; in i40e_ring_rx() local 1487 mp_head = NULL; in i40e_ring_rx() 1488 mp_tail = &mp_head; in i40e_ring_rx() 1640 return (mp_head); in i40e_ring_rx()
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_output.c | 1461 mblk_t *mp_head = mp; in sctp_make_ftsns() local 1541 mp1 = mp_head; in sctp_make_ftsns()
|