Home
last modified time | relevance | path

Searched refs:tagmask (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.h293 static inline void cxgbi_tagmask_check(unsigned int tagmask, in cxgbi_tagmask_check() argument
296 unsigned int bits = fls(tagmask); in cxgbi_tagmask_check()
311 tagmask, tformat->rsvd_bits, tformat->idx_bits, in cxgbi_tagmask_check()
332 void cxgbi_tagmask_check(unsigned int tagmask, struct cxgbi_tag_format *);
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ctl_defs.h122 unsigned int tagmask; member
Dcxgb3_offload.c216 uiip->tagmask = t3_read_reg(adapter, A_ULPRX_ISCSI_TAGMASK); in cxgb_ulp_iscsi_ctl()
254 t3_write_reg(adapter, A_ULPRX_ISCSI_TAGMASK, uiip->tagmask); in cxgb_ulp_iscsi_ctl()
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1218 unsigned int ppmax, tagmask = 0; in cxgb3i_ddp_init() local
1235 tagmask = cxgbi_tagmask_set(ppmax); in cxgb3i_ddp_init()
1238 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init()
1239 tagmask); in cxgb3i_ddp_init()
1244 cxgbi_tagmask_check(tagmask, &tformat); in cxgb3i_ddp_init()
1253 uinfo.tagmask = tagmask; in cxgb3i_ddp_init()