Searched refs:acq (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_vfpf.c | 253 bnx2x_vf_prep(sc, &acq->first_tlv, BNX2X_VF_TLV_ACQUIRE, sizeof(*acq)); in bnx2x_vf_get_resources() 260 acq->vf_id = vf_id; in bnx2x_vf_get_resources() 262 acq->res_query.num_rxqs = rx_count; in bnx2x_vf_get_resources() 263 acq->res_query.num_txqs = tx_count; in bnx2x_vf_get_resources() 264 acq->res_query.num_sbs = sc->igu_sb_cnt; in bnx2x_vf_get_resources() 265 acq->res_query.num_mac_filters = BNX2X_VF_OBTAIN_MAC_FILTERS; in bnx2x_vf_get_resources() 266 acq->res_query.num_mc_filters = BNX2X_VF_OBTAIN_MC_FILTERS; in bnx2x_vf_get_resources() 268 acq->bulletin_addr = sc->pf2vf_bulletin_mapping.paddr; in bnx2x_vf_get_resources() 271 bnx2x_add_tlv(sc, acq, acq->first_tlv.tl.length, in bnx2x_vf_get_resources() 275 bnx2x_add_tlv(sc, acq, in bnx2x_vf_get_resources() [all …]
|
| /f-stack/freebsd/netipsec/ |
| H A D | key.c | 4689 acq = nextacq; in key_flush_acq() 4701 for (acq = LIST_FIRST(&V_spacqtree); acq != NULL; acq = nextacq) { in key_flush_spacq() 6770 acq = malloc(sizeof(*acq), M_IPSEC_SAQ, M_NOWAIT | M_ZERO); in key_newacq() 6778 bcopy(saidx, &acq->saidx, sizeof(acq->saidx)); in key_newacq() 6780 acq->count = 0; in key_newacq() 6868 acq = NULL; in key_acqdone() 6895 bcopy(spidx, &acq->spidx, sizeof(acq->spidx)); in key_newspacq() 6897 acq->count = 0; in key_newspacq() 6904 return acq; in key_newspacq() 6916 return acq; in key_getspacq() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_csan.c | 682 CSAN_ATOMIC_FUNC_THREAD_FENCE(acq)
|