Searched refs:FILL_FCHDR_OXRX (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/fc4/ |
D | fc.h | 110 #define FILL_FCHDR_OXRX(fch, ox_id, rx_id) *((u32 *)(fch)+4) = ((ox_id) << 16) | (rx_id); macro
|
D | fc.c | 317 FILL_FCHDR_OXRX(fch, 0xffff, 0xffff); in fcp_report_map_done() 624 FILL_FCHDR_OXRX(fch, 0xffff, 0xffff); in fcp_initialize() 1065 FILL_FCHDR_OXRX(fch, 0xffff, 0xffff); in fc_do_els()
|
D | soc.c | 418 FILL_FCHDR_OXRX(fch, 0xffff, 0xffff); in soc_hw_enque() 433 FILL_FCHDR_OXRX(fch, 0xffff, 0xffff); in soc_hw_enque()
|
D | socal.c | 499 FILL_FCHDR_OXRX(fch, 0xffff, 0xffff); in socal_hw_enque() 513 FILL_FCHDR_OXRX(fch, 0xffff, 0xffff); in socal_hw_enque()
|