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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_ddp.h180 * @tformat: tag format information
185 static inline int cxgb3i_is_ddp_tag(struct cxgb3i_tag_format *tformat, u32 tag) argument
187 return !(tag & (1 << (tformat->rsvd_bits + tformat->rsvd_shift - 1)));
192 * @tformat: tag format information
197 static inline int cxgb3i_sw_tag_usable(struct cxgb3i_tag_format *tformat, argument
200 sw_tag >>= (32 - tformat->rsvd_bits);
206 * @tformat: tag format information
211 static inline u32 cxgb3i_set_non_ddp_tag(struct cxgb3i_tag_format *tformat, argument
214 unsigned char shift = tformat
231 cxgb3i_ddp_tag_base(struct cxgb3i_tag_format *tformat, u32 sw_tag) argument
253 cxgb3i_tag_rsvd_bits(struct cxgb3i_tag_format *tformat, u32 tag) argument
268 cxgb3i_tag_nonrsvd_bits(struct cxgb3i_tag_format *tformat, u32 tag) argument
[all...]
H A Dcxgb3i_ddp.c374 * @tformat: tag format
383 struct cxgb3i_tag_format *tformat, u32 *tagp,
424 tag = cxgb3i_ddp_tag_base(tformat, sw_tag);
585 * @tformat: tag format
591 struct cxgb3i_tag_format *tformat,
597 if (!tformat)
605 idx_bits = 32 - tformat->sw_bits;
606 tformat->rsvd_bits = ddp->idx_bits;
607 tformat->rsvd_shift = PPOD_IDX_SHIFT;
608 tformat
382 cxgb3i_ddp_tag_reserve(struct t3cdev *tdev, unsigned int tid, struct cxgb3i_tag_format *tformat, u32 *tagp, struct cxgb3i_gather_list *gl, gfp_t gfp) argument
590 cxgb3i_adapter_ddp_info(struct t3cdev *tdev, struct cxgb3i_tag_format *tformat, unsigned int *txsz, unsigned int *rxsz) argument
[all...]
H A Dcxgb3i_iscsi.c844 struct cxgb3i_tag_format *tformat = &snic->tag_format; local
851 cxgb3i_sw_tag_usable(tformat, sw_tag)) {
863 tformat, &tag,
871 tag = cxgb3i_set_non_ddp_tag(tformat, sw_tag);
892 struct cxgb3i_tag_format *tformat = &snic->tag_format; local
899 cxgb3i_is_ddp_tag(tformat, tag))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml-string.c135 char tformat[100], /* Temporary format string for sprintf() */ local
155 tptr = tformat;
182 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", width);
191 if (tptr < (tformat + sizeof(tformat) - 1))
200 if (tptr < (tformat + sizeof(tformat) - 1))
214 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "
[all...]

Completed in 69 milliseconds