Home
last modified time | relevance | path

Searched defs:mcsetup_cmd_struct (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
Dsun3_82586.h247 struct mcsetup_cmd_struct struct
249 unsigned short cmd_status;
250 unsigned short cmd_cmd;
251 unsigned short cmd_link;
252 unsigned short mc_cnt; /* number of bytes in the MC-List */
253 unsigned char mc_list[0][6]; /* pointer to 6 bytes entries */
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
Dsun3_82586.h248 struct mcsetup_cmd_struct struct
250 unsigned short cmd_status;
251 unsigned short cmd_cmd;
252 unsigned short cmd_link;
253 unsigned short mc_cnt; /* number of bytes in the MC-List */
254 unsigned char mc_list[][6]; /* pointer to 6 bytes entries */