Searched refs:M_CXGBE (Results 1 - 20 of 20) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_common.c85 handle = malloc(sizeof(*handle), M_CXGBE, M_ZERO | M_WAITOK);
95 free(handle, M_CXGBE);
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei_ulp2_ddp.c414 free(ci->colors, M_CXGBE);
415 free(ci->gl_map, M_CXGBE);
H A Dcxgbei.c504 ci->colors = malloc(nppods * sizeof(char), M_CXGBE, M_NOWAIT | M_ZERO);
506 M_CXGBE, M_NOWAIT | M_ZERO);
509 free(ci->colors, M_CXGBE);
510 free(ci->gl_map, M_CXGBE);
808 ci = malloc(sizeof(*ci), M_CXGBE, M_ZERO | M_NOWAIT);
814 free(ci, M_CXGBE);
831 free(sc->iscsi_ulp_softc, M_CXGBE);
956 cwt_softc = malloc(worker_thread_count * sizeof(*cwt), M_CXGBE,
973 free(cwt_softc, M_CXGBE);
1016 free(cwt_softc, M_CXGBE);
[all...]
H A Dicl_cxgbei.c415 icc = (struct icl_cxgbei_conn *)kobj_create(&icl_cxgbei_class, M_CXGBE,
452 kobj_delete((struct kobj *)icc, M_CXGBE);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h63 MALLOC_DECLARE(M_CXGBE); variable
1248 wr = malloc(len, M_CXGBE, M_NOWAIT);
1265 free(wr, M_CXGBE);
H A Dt4_clip.c264 ce = malloc(sizeof(*ce), M_CXGBE, M_NOWAIT);
277 free(ce, M_CXGBE);
295 free(ce, M_CXGBE);
330 free(ce, M_CXGBE);
H A Dt4_filter.c122 t->hftid_hash_4t = hashinit_flags(n, M_CXGBE, &t->hftid_4t_mask, flags);
125 t->hftid_hash_tid = hashinit_flags(n, M_CXGBE, &t->hftid_tid_mask,
128 hashdestroy(t->hftid_hash_4t, M_CXGBE, t->hftid_4t_mask);
166 free(f, M_CXGBE);
174 hashdestroy(t->hftid_hash_4t, M_CXGBE, t->hftid_4t_mask);
178 hashdestroy(t->hftid_hash_tid, M_CXGBE, t->hftid_tid_mask);
906 ti->nhpftids, M_CXGBE, M_NOWAIT | M_ZERO);
921 M_CXGBE, M_NOWAIT | M_ZERO);
1238 free(f, M_CXGBE);
1275 free(f, M_CXGBE);
[all...]
H A Dt4_l2t.c237 d = malloc(sizeof(*d) + l2t_size * sizeof (struct l2t_entry), M_CXGBE,
270 free(d, M_CXGBE);
H A Dt4_main.c231 MALLOC_DEFINE(M_CXGBE, "cxgbe", "Chelsio T4/T5 Ethernet driver and services");
1002 buf = malloc(PAGE_SIZE, M_CXGBE, M_ZERO | M_WAITOK);
1004 free(buf, M_CXGBE);
1099 pi = malloc(sizeof(*pi), M_CXGBE, M_ZERO | M_WAITOK);
1109 pi->vi = malloc(sizeof(struct vi_info) * t4_num_vis, M_CXGBE,
1120 free(pi->vi, M_CXGBE);
1121 free(pi, M_CXGBE);
1189 M_CXGBE, M_ZERO | M_WAITOK);
1191 M_CXGBE, M_ZERO | M_WAITOK);
1203 M_CXGBE, M_ZER
[all...]
H A Dt4_netmap.c376 vi->nm_rss = malloc(vi->rss_size * sizeof(uint16_t), M_CXGBE,
H A Dt4_sched.c437 n * sizeof(*tc), M_CXGBE, M_ZERO | M_WAITOK);
464 free(sc->port[i]->sched_params, M_CXGBE);
H A Dt4_sge.c3760 M_CXGBE, M_WAITOK);
3794 txq->sdesc = malloc(eq->sidx * sizeof(struct tx_sdesc), M_CXGBE,
3884 free(txq->sdesc, M_CXGBE);
4075 fl->sdesc = malloc(fl->sidx * 8 * sizeof(struct fl_sdesc), M_CXGBE,
4105 free(fl->sdesc, M_CXGBE);
H A Dt4_smt.c232 s = malloc(sizeof(*s) + smt_size * sizeof (struct smt_entry), M_CXGBE,
262 free(s, M_CXGBE);
H A Dt4_vf.c616 pi = malloc(sizeof(*pi), M_CXGBE, M_ZERO | M_WAITOK);
623 pi->vi = malloc(sizeof(struct vi_info) * pi->nvi, M_CXGBE,
634 free(pi->vi, M_CXGBE);
635 free(pi, M_CXGBE);
679 s->rxq = malloc(s->nrxq * sizeof(struct sge_rxq), M_CXGBE,
681 s->txq = malloc(s->ntxq * sizeof(struct sge_txq), M_CXGBE,
683 s->iqmap = malloc(s->niq * sizeof(struct sge_iq *), M_CXGBE,
685 s->eqmap = malloc(s->neq * sizeof(struct sge_eq *), M_CXGBE,
688 sc->irq = malloc(sc->intr_count * sizeof(struct irq), M_CXGBE,
824 buf = malloc(reglen, M_CXGBE, M_WAITO
[all...]
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c282 port_info = malloc(sizeof(*port_info), M_CXGBE, M_WAITOK);
461 free(cle, M_CXGBE);
1371 mpa = malloc(mpalen, M_CXGBE, M_NOWAIT);
1431 free(mpa, M_CXGBE);
1435 free(mpa, M_CXGBE);
1476 mpa = malloc(mpalen, M_CXGBE, M_NOWAIT);
1514 free(mpa, M_CXGBE);
1518 free(mpa, M_CXGBE);
1546 mpa = malloc(mpalen, M_CXGBE, M_NOWAIT);
1602 free(mpa, M_CXGBE);
[all...]
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1766 free(txsd->iv_buffer, M_CXGBE);
1937 free(ab, M_CXGBE);
1992 ab = malloc(sizeof(*ab) + n * sizeof(vm_page_t), M_CXGBE, M_WAITOK |
1999 free(ab, M_CXGBE);
H A Dt4_ddp.c147 free(ps, M_CXGBE);
1361 ps = malloc(sizeof(*ps) + n * sizeof(vm_page_t), M_CXGBE, M_WAITOK |
1370 free(ps, M_CXGBE);
H A Dt4_listen.c199 lctx = malloc(sizeof(struct listen_ctx), M_CXGBE, M_NOWAIT | M_ZERO);
205 free(lctx, M_CXGBE);
213 free(lctx, M_CXGBE);
246 free(lctx, M_CXGBE);
630 synqe = malloc(sizeof(*synqe), M_CXGBE, flags);
664 free(synqe, M_CXGBE);
H A Dt4_tls.c1279 iv_buffer = malloc(iv_len, M_CXGBE, M_NOWAIT);
H A Dt4_tom.c140 toep = malloc(len, M_CXGBE, M_ZERO | flags);
187 free(toep, M_CXGBE);
720 t->tid_tab = malloc(t->ntids * sizeof(*t->tid_tab), M_CXGBE,
736 free(t->tid_tab, M_CXGBE);
747 t->stid_tab = malloc(t->nstids * sizeof(*t->stid_tab), M_CXGBE,
768 free(t->stid_tab, M_CXGBE);
818 hashdestroy(td->listen_hash, M_CXGBE, td->listen_mask);
828 free(td, M_CXGBE);
845 pkt = malloc(maxlen, M_CXGBE, M_ZERO | M_NOWAIT);
1002 free(pkt, M_CXGBE);
[all...]

Completed in 256 milliseconds