Searched refs:__pcmd (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.h | 29 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument 31 memset(&(__pcmd), 0, sizeof(__pcmd)); \ 32 (__pcmd).op_to_portid = \ 37 (__pcmd).action_to_len16 = \ 42 #define INIT_PORT_DCB_READ_PEER_CMD(__pcmd, __port) \ argument 43 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_RECV) 45 #define INIT_PORT_DCB_READ_LOCAL_CMD(__pcmd, __port) \ argument 46 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_TRANS) 48 #define INIT_PORT_DCB_READ_SYNC_CMD(__pcmd, __port) \ argument 49 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_DET) [all …]
|