Searched refs:tformat (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei_ulp2_ddp.h51 * @tformat: tag format information
57 cxgbei_ulp2_is_ddp_tag(struct cxgbei_ulp2_tag_format *tformat, uint32_t tag) argument
60 return (!(tag & (1 << (tformat->rsvd_bits + tformat->rsvd_shift - 1))));
65 * @tformat: tag format information
71 cxgbei_ulp2_sw_tag_usable(struct cxgbei_ulp2_tag_format *tformat, argument
77 sw_tag >>= (32 - tformat->rsvd_bits + tformat->rsvd_shift);
83 * @tformat: tag format information
89 cxgbei_ulp2_set_non_ddp_tag(struct cxgbei_ulp2_tag_format *tformat, argument
162 cxgbei_ulp2_ddp_tag_base(u_int idx, u_char *colors, struct cxgbei_ulp2_tag_format *tformat, uint32_t sw_tag) argument
[all...]
H A Dcxgbei_ulp2_ddp.c290 * @tformat: tag format
300 struct cxgbei_ulp2_tag_format *tformat, u32 *tagp,
334 tag = cxgbei_ulp2_ddp_tag_base(idx, ci->colors, tformat, sw_tag);
299 cxgbei_ulp2_ddp_tag_reserve(struct cxgbei_data *ci, void *icc, u_int tid, struct cxgbei_ulp2_tag_format *tformat, u32 *tagp, struct cxgbei_ulp2_gather_list *gl, int gfp, int reply) argument
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzdump.c163 static const char * tformat(void);
185 (void) fprintf(stderr, tformat(), *tp);
195 (void) fprintf(stderr, tformat(), t);
552 (void) printf(tformat(), t);
595 tformat(void) function

Completed in 90 milliseconds