Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h757 #define LISTSVR_IPV6_V(x) ((x) << LISTSVR_IPV6_S) macro
758 #define LISTSVR_IPV6_F LISTSVR_IPV6_V(1U)
Dcxgb4_main.c2014 req->reply_ctrl = htons(NO_REPLY_V(0) | (ipv6 ? LISTSVR_IPV6_V(1) : in cxgb4_remove_server()
2015 LISTSVR_IPV6_V(0)) | QUEUENO_V(queue)); in cxgb4_remove_server()