Searched refs:stag (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c246 * IN: stag key, pdid, perm, bind_enabled, zbva, to, len, page_size,
248 * OUT: stag index
251 u32 *stag, u8 stag_state, u32 pdid,
265 stag_idx = (*stag) >> 8;
267 if ((!reset_tpt_entry) && (*stag == T4_STAG_UNSET)) {
271 rdev->stats.stag.fail++;
276 rdev->stats.stag.cur += 32;
277 if (rdev->stats.stag.cur > rdev->stats.stag.max)
278 rdev->stats.stag
250 write_tpt_entry(struct c4iw_rdev *rdev, u32 reset_tpt_entry, u32 *stag, u8 stag_state, u32 pdid, enum fw_ri_stag_type type, enum fw_ri_mem_perms perm, int bind_enabled, u32 zbva, u64 to, u64 len, u8 page_size, u32 pbl_size, u32 pbl_addr) argument
334 dereg_mem(struct c4iw_rdev *rdev, u32 stag, u32 pbl_size, u32 pbl_addr) argument
341 allocate_window(struct c4iw_rdev *rdev, u32 * stag, u32 pdid) argument
348 deallocate_window(struct c4iw_rdev *rdev, u32 stag) argument
354 allocate_stag(struct c4iw_rdev *rdev, u32 *stag, u32 pdid, u32 pbl_size, u32 pbl_addr) argument
362 finish_mem_reg(struct c4iw_mr *mhp, u32 stag) argument
377 u32 stag = T4_STAG_UNSET; local
414 u32 stag = T4_STAG_UNSET; local
562 u32 stag = 0; local
619 u32 stag = 0; local
[all...]
H A Ddevice.c132 rdev->stats.stag.total = sc->vres.stag.size;
H A Dt4.h196 __be32 stag; member in struct:t4_cqe::__anon11951::__anon11952
200 u32 stag; member in struct:t4_cqe::__anon11951::__anon11953
258 #define CQE_WRID_STAG(x) (be32_to_cpu((x)->u.rcqe.stag))
263 #define CQE_WRID_FR_STAG(x) (be32_to_cpu((x)->u.scqe.stag))
H A Diw_cxgbe.h138 struct c4iw_stat stag; member in struct:c4iw_stats
181 return (int)(rdev->adap->vres.stag.size >> 5);
375 u32 stag; member in struct:tpt_attributes
H A Dqp.c681 fr->stag = cpu_to_be32(mhp->ibmr.rkey);
728 wqe->fr.stag = cpu_to_be32(wr->key);
/freebsd-13-stable/lib/libsecureboot/openpgp/
H A Ddecode.h57 unsigned char * decode_subpacket(unsigned char **pptr, int *stag, int *sz);
H A Ddecode.c293 decode_subpacket(unsigned char **pptr, int *stag, int *sz) argument
302 *stag = *ptr++;
H A Dopgp_sig.c121 int stag = 0; local
165 sp = decode_subpacket(&ptr, &stag, &n);
167 /* can check stag to see if we care */
172 sp = decode_subpacket(&ptr, &stag, &n);
174 /* can check stag to see if we care */
175 if (stag == 16) {
/freebsd-13-stable/sys/netgraph/
H A Dng_ksocket.c894 struct sa_tag *stag; local
914 if (((stag = (struct sa_tag *)m_tag_locate(m, NGM_KSOCKET_COOKIE,
916 (stag->id == NG_NODE_ID(node) || stag->id == 0))
917 sa = &stag->sa;
1128 struct sa_tag *stag; local
1130 stag = (struct sa_tag *)m_tag_alloc(NGM_KSOCKET_COOKIE,
1133 if (stag == NULL) {
1137 bcopy(sa, &stag->sa, sa->sa_len);
1139 stag
[all...]
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h98 static inline u32 c4iw_mmid(u32 stag) argument
100 return (stag >> 8);
H A Dt4fw_ri_api.h129 __be32 stag; member in struct:fw_ri_sge
645 __be32 stag; member in struct:fw_ri_fr_nsmr_wr
H A Dt4.h202 __be32 stag; member in struct:t4_cqe::__anon5525::__anon5526
263 #define CQE_WRID_STAG(x) (be32toh((x)->u.rcqe.stag))
/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_vpd.c193 efx_vpd_tag_t stag; local
242 enp->en_arch.ef10.ena_svpd_length, &stag, &skey,
248 if (stag == dtag && skey == dkey) {
H A Dsiena_vpd.c302 efx_vpd_tag_t stag; local
350 enp->en_u.siena.enu_svpd_length, &stag, &skey,
356 if (stag == dtag && skey == dkey) {
/freebsd-13-stable/sys/dev/cxgbe/
H A Doffload.h193 struct t4_range stag; member in struct:t4_virt_res
H A Dt4_main.c4710 sc->vres.stag.start = val[0];
4711 sc->vres.stag.size = val[1] - val[0] + 1;
/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Discsi.h154 int stag; member in struct:scsi_rsp
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h1311 } stag; member in union:__anon10310
/freebsd-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1334 __be32 stag; member in struct:fw_ri_sge
1477 __be32 stag; member in struct:fw_ri_cqe::fw_ri_rxtx::fw_ri_scqe
1483 __be32 stag; member in struct:fw_ri_cqe::fw_ri_rxtx::fw_ri_rcqe
1962 __be32 stag; member in struct:fw_ri_fr_nsmr_wr
1996 __be32 stag; member in struct:fw_ri_fr_nsmr_tpte_wr
2051 __be32 stag; member in struct:fw_ri_atomic_wr
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_crypto.c5092 const char *stag; member in struct:__anon292
5125 hextobin(tag, KAT_POLY1305[u].stag);
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h2870 __be32 stag; member in struct:ulptx_isge

Completed in 432 milliseconds