Searched refs:tagmask (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/chelsio/libcxgb/ |
D | libcxgb_ppm.h | 292 static inline void cxgbi_tagmask_check(unsigned int tagmask, in cxgbi_tagmask_check() argument 295 unsigned int bits = fls(tagmask); in cxgbi_tagmask_check() 310 tagmask, tformat->rsvd_bits, tformat->idx_bits, in cxgbi_tagmask_check() 331 void cxgbi_tagmask_check(unsigned int tagmask, struct cxgbi_tag_format *);
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_ctl_defs.h | 122 unsigned int tagmask; member
|
D | cxgb3_offload.c | 216 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/ |
D | cxgb3i.c | 1220 unsigned int ppmax, tagmask = 0; in cxgb3i_ddp_init() local 1237 tagmask = cxgbi_tagmask_set(ppmax); in cxgb3i_ddp_init() 1240 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init() 1241 tagmask); in cxgb3i_ddp_init() 1246 cxgbi_tagmask_check(tagmask, &tformat); in cxgb3i_ddp_init() 1251 uinfo.tagmask = tagmask; in cxgb3i_ddp_init()
|