Home
last modified time | relevance | path

Searched refs:PORT_NAME_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/fc/
Dtach.h363 #define PORT_NAME_LEN 8 macro
Dtach_structs.h364 u_char hw_addr[PORT_NAME_LEN];
Diph5526.c3352 char n_port_name[PORT_NAME_LEN];
3357 memcpy(n_port_name, base_ptr + 10, PORT_NAME_LEN);
3363 if (memcmp(n_port_name, q->hw_addr, PORT_NAME_LEN) == 0) {
3385 char n_port_name[PORT_NAME_LEN];
3389 memcpy(n_port_name, base_ptr + 13, PORT_NAME_LEN);
3394 if (memcmp(n_port_name, q->hw_addr, PORT_NAME_LEN) == 0) {
3420 memcpy(p->hw_addr, base_ptr + 13, PORT_NAME_LEN);
3686 for (j = 0; j < PORT_NAME_LEN; j++)