Home
last modified time | relevance | path

Searched refs:__F0_PORT_MAP_SH (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/bfa/
Dbfi_reg.h201 #define __F0_PORT_MAP_SH 4 macro
202 #define __F0_PORT_MAP(_v) ((_v) << __F0_PORT_MAP_SH)
Dbfa_ioc_ct.c323 ioc->port_id = (r32 & __F0_PORT_MAP_MK) >> __F0_PORT_MAP_SH; in bfa_ioc_ct_map_port()
/drivers/net/ethernet/brocade/bna/
Dbfi_reg.h202 #define __F0_PORT_MAP_SH 4 macro
203 #define __F0_PORT_MAP(_v) ((_v) << __F0_PORT_MAP_SH)
Dbfa_ioc_ct.c387 ioc->port_id = (r32 & __F0_PORT_MAP_MK) >> __F0_PORT_MAP_SH; in bfa_ioc_ct_map_port()