Home
last modified time | relevance | path

Searched refs:M_PROTO (Results 1 – 25 of 79) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c39 reqmp = mexchange(NULL, NULL, DL_NOTIFY_REQ_SIZE, M_PROTO, in softmac_send_notify_req()
58 reqmp = mexchange(NULL, NULL, DL_BIND_REQ_SIZE, M_PROTO, DL_BIND_REQ); in softmac_send_bind_req()
80 reqmp = mexchange(NULL, NULL, DL_UNBIND_REQ_SIZE, M_PROTO, in softmac_send_unbind_req()
106 reqmp = mexchange(NULL, NULL, size, M_PROTO, dl_prim); in softmac_send_promisc_req()
153 reqmp = mexchange(NULL, NULL, size, M_PROTO, dl_prim); in softmac_m_multicst()
188 reqmp = mexchange(NULL, NULL, size, M_PROTO, DL_SET_PHYS_ADDR_REQ); in softmac_m_unicst()
454 case M_PROTO: in softmac_rput_process_notdata()
H A Dsoftmac_fp.c362 DB_TYPE(mp) = M_PROTO; in softmac_capability_advertise()
694 case M_PROTO: in softmac_wput_single_nondata()
751 case M_PROTO: in softmac_wput_single_nondata()
1128 mp->b_datap->db_type = M_PROTO; in softmac_datapath_switch()
H A Dsoftmac_capab.c107 mp->b_datap->db_type = M_PROTO; in dl_capab()
244 DB_TYPE(reqmp) = M_PROTO; in softmac_capab_send()
H A Dsoftmac_dev.c368 case M_PROTO: in softmac_mod_rput()
631 case M_PROTO: in softmac_drv_wput()
/illumos-gate/usr/src/uts/common/io/
H A Dtirdwr.c226 mp->b_datap->db_type = M_PROTO; in tirdwrclose()
268 case M_PROTO: in tirdwrrput()
349 case M_PROTO: in tirdwrwput()
386 case M_PROTO: in check_strhead()
430 case M_PROTO: in strip_strhead()
H A Dsundlpi.c182 if ((mp = mexchange(wq, mp, sizeof (dl_notify_ack_t), M_PROTO, in dlnotifyack()
289 mp = mexchange(NULL, NULL, DL_ATTACH_REQ_SIZE, M_PROTO, DL_ATTACH_REQ); in dl_attach()
315 mp = mexchange(NULL, NULL, DL_BIND_REQ_SIZE, M_PROTO, DL_BIND_REQ); in dl_bind()
358 mp = mexchange(NULL, NULL, DL_PHYS_ADDR_REQ_SIZE, M_PROTO, in dl_phys_addr()
454 mp = mexchange(NULL, NULL, DL_NOTIFY_REQ_SIZE, M_PROTO, DL_NOTIFY_REQ); in dl_notify()
H A Dpckt.c366 case M_PROTO: in pcktrput()
448 case M_PROTO: in pcktrsrv()
598 bp->b_datap->db_type = M_PROTO; in add_ctl_info()
H A Dtelmod.c257 tmip->unbind_mp->b_datap->db_type = M_PROTO; in telmodopen()
276 bp->b_datap->db_type = M_PROTO; in telmodopen()
427 case M_PROTO: in telmodrput()
549 case M_PROTO: in telmodrsrv()
836 case M_PROTO: in telmodwput()
898 case M_PROTO: in telmodwsrv()
H A Ddrcompat.c233 case M_PROTO: in drrput()
321 case M_PROTO: in drwput()
H A Drlmod.c263 rmip->unbind_mp->b_datap->db_type = M_PROTO; in rlmodopen()
283 bp->b_datap->db_type = M_PROTO; in rlmodopen()
390 case M_PROTO: in rlmodrput()
518 case M_PROTO: in rlmodrsrv()
696 case M_PROTO: in rlmodwput()
817 bp->b_datap->db_type = M_PROTO; in make_expmblk()
H A Dllc1.c500 case M_PROTO: in llc1_uwput()
561 case M_PROTO: in llc1_lrsrv()
732 case M_PROTO: /* Will be an DLPI message of some type */ in llc1_uwsrv()
1487 if (DB_TYPE(mp) == M_PROTO) { in llc1_recv()
1925 DB_TYPE(nmp) = M_PROTO; in llc1_enable_multi()
2034 DB_TYPE(mp) = M_PROTO; in llc1_send_disable_multi()
2183 DB_TYPE(udmp) = M_PROTO; in llc1_form_udata()
2244 DB_TYPE(udmp) = M_PROTO; in llc1_form_udata()
2318 DB_TYPE(rmp) = M_PROTO; in llc1_xid_reply()
2430 DB_TYPE(nmp) = M_PROTO; in llc1_xid_ind_con()
[all …]
H A Dtimod.c596 case M_PROTO: in timodrput()
745 case M_PROTO: in timodrproc()
761 ASSERT(mp->b_datap->db_type == M_PROTO); in timodrproc()
762 if (mp->b_datap->db_type == M_PROTO && in timodrproc()
1506 case M_PROTO: in timodwput()
1933 case M_PROTO: in timodwproc()
2428 bp->b_datap->db_type = M_PROTO; in tim_filladdr()
2444 ASSERT(mp->b_datap->db_type == M_PROTO); in tim_filladdr()
2453 bp->b_datap->db_type = M_PROTO; in tim_filladdr()
2554 mp->b_datap->db_type = M_PROTO; in tim_recover()
[all …]
H A Dtl.c1848 case M_PROTO: in tl_wput()
1981 ASSERT((DB_TYPE(mp) == M_DATA) || (DB_TYPE(mp) == M_PROTO)); in tl_wput_common_ser()
1987 case M_PROTO: in tl_wput_common_ser()
3083 M_PROTO, T_DISCON_IND); in tl_conn_req()
3332 DB_TYPE(cimp) = M_PROTO; in tl_conn_req_ser()
3743 DB_TYPE(dimp) = M_PROTO; in tl_conn_res()
3818 DB_TYPE(ccmp) = M_PROTO; in tl_conn_res()
4136 DB_TYPE(dimp) = M_PROTO; in tl_discon_req()
4222 DB_TYPE(dimp) = M_PROTO; in tl_discon_req()
4535 if (DB_TYPE(mp) == M_PROTO) { in tl_data()
[all …]
H A Dlogindmux.c532 case M_PROTO: in logdmuxuwput()
600 case M_PROTO: in logdmuxuwsrv()
752 case M_PROTO: in logdmuxlrput()
898 case M_PROTO: in logdmuxlrsrv()
H A Dpfmod.c241 case M_PROTO: in pfrput()
248 for (mpp = mp; mp && (DB_TYPE(mp) == M_PROTO); mp = mp->b_cont) in pfrput()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c442 case M_PROTO: in dld_wput()
1423 M_PROTO, 0)) == NULL) in str_notify_sdu_size()
1485 sizeof (dl_unitdata_ind_wrapper_t), M_PROTO, in str_unitdata_ind()
1553 M_PROTO, 0)) == NULL) in str_notify_promisc_on_phys()
1577 M_PROTO, 0)) == NULL) in str_notify_promisc_off_phys()
1605 M_PROTO, 0)) == NULL) in str_notify_phys_addr()
1637 M_PROTO, 0)) == NULL) in str_notify_link_up()
1661 M_PROTO, 0)) == NULL) in str_notify_link_down()
1685 M_PROTO, 0)) == NULL) in str_notify_speed()
1710 M_PROTO, 0)) == NULL) in str_notify_capab_reneg()
[all …]
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kconnect.c125 bp->b_datap->db_type = M_PROTO; in t_kconnect()
163 if (bp->b_datap->db_type != M_PROTO) { in t_kconnect()
H A Dt_ksndudat.c173 bp->b_datap->db_type = M_PROTO; in t_ksndudata()
/illumos-gate/usr/src/uts/common/inet/
H A Dsnmpcom.c249 mpctl->b_datap->db_type = M_PROTO; in snmpcom_req()
287 mpctl->b_datap->db_type = M_PROTO; in snmpcom_req()
H A Dmi.c1411 mp->b_datap->db_type = M_PROTO; in mi_tpi_conn_ind()
1438 mp->b_datap->db_type = M_PROTO; in mi_tpi_extconn_ind()
1509 mp->b_datap->db_type = M_PROTO; in mi_tpi_ordrel_ind()
1523 mp->b_datap->db_type = M_PROTO; in mi_tpi_trailer_alloc()
1540 mp->b_datap->db_type = M_PROTO; in mi_tpi_uderror_ind()
/illumos-gate/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmk.c116 case M_PROTO: in dlcosmk_process()
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Ds_common.c124 MTYPE(mp) = M_PROTO; in create_lsmsg()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c321 mp->b_datap->db_type = M_PROTO; in rds_deliver_new_msg()
626 case M_PROTO: in rds_wput_other()
723 case M_PROTO: in rds_wput()
837 case M_PROTO: in rds_wrw()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c370 ASSERT(DB_TYPE(mp) == M_PROTO || DB_TYPE(mp) == M_PCPROTO); in tcp_fuse_output_urg()
407 DB_TYPE(mp) = M_PROTO; in tcp_fuse_output_urg()
471 ASSERT(DB_TYPE(mp) == M_DATA || DB_TYPE(mp) == M_PROTO || in tcp_fuse_output()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h447 #define M_PROTO 0x01 /* protocol control */ macro
748 (type) == M_PROTO || \

1234