Home
last modified time | relevance | path

Searched refs:V_KEEP_ALIVE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h373 #define V_KEEP_ALIVE(x) ((x) << S_KEEP_ALIVE) macro
374 #define F_KEEP_ALIVE V_KEEP_ALIVE(1U)
/linux-5.19.10/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c174 req->opt0h = htonl(V_KEEP_ALIVE(1) | F_TCAM_BYPASS | in send_act_open_req()