Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h200 u32 opt0h; member
250 u32 opt0h; member
266 u32 opt0h; member
/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Diwch_cm.c430 u32 opt0h, opt0l, opt2; in send_connect() local
443 opt0h = V_NAGLE(0) | in send_connect()
463 req->opt0h = htonl(opt0h); in send_connect()
1214 req->opt0h = htonl(F_DELACK | F_TCAM_BYPASS); in listen_start()
1272 u32 opt0h, opt0l, opt2; in accept_cr() local
1281 opt0h = V_NAGLE(0) | in accept_cr()
1296 rpl->opt0h = htonl(opt0h); in accept_cr()
1326 rpl->opt0h = htonl(F_TCAM_BYPASS); in reject_cr()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h485 __be32 opt0h; member
571 __be32 opt0h; member
582 __be32 opt0h; member
/Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c172 req->opt0h = htonl(V_KEEP_ALIVE(1) | F_TCAM_BYPASS | in send_act_open_req()