Lines Matching refs:dest_port
353 u16 dest_port; member
1011 u16 dest_port, u8 *str, size_t str_len) in qed_llh_protocol_filter_stringify() argument
1027 snprintf(str, str_len, "TCP dst port 0x%04x", dest_port); in qed_llh_protocol_filter_stringify()
1030 snprintf(str, str_len, "UDP dst port 0x%04x", dest_port); in qed_llh_protocol_filter_stringify()
1034 source_port_or_eth_type, dest_port); in qed_llh_protocol_filter_stringify()
1038 source_port_or_eth_type, dest_port); in qed_llh_protocol_filter_stringify()
1053 u16 dest_port, u32 *p_high, u32 *p_low) in qed_llh_protocol_filter_to_hilo() argument
1068 *p_low = dest_port; in qed_llh_protocol_filter_to_hilo()
1072 *p_low = (source_port_or_eth_type << 16) | dest_port; in qed_llh_protocol_filter_to_hilo()
1087 u16 source_port_or_eth_type, u16 dest_port) in qed_llh_add_protocol_filter() argument
1104 dest_port, str, sizeof(str)); in qed_llh_add_protocol_filter()
1110 filter.protocol.dest_port = dest_port; in qed_llh_add_protocol_filter()
1126 dest_port, &high, &low); in qed_llh_add_protocol_filter()
1207 u16 source_port_or_eth_type, u16 dest_port) in qed_llh_remove_protocol_filter() argument
1224 dest_port, str, sizeof(str)); in qed_llh_remove_protocol_filter()
1230 filter.protocol.dest_port = dest_port; in qed_llh_remove_protocol_filter()
5435 int qed_llh_add_dst_tcp_port_filter(struct qed_dev *cdev, u16 dest_port) in qed_llh_add_dst_tcp_port_filter() argument
5439 QED_LLH_DONT_CARE, dest_port); in qed_llh_add_dst_tcp_port_filter()
5442 void qed_llh_remove_dst_tcp_port_filter(struct qed_dev *cdev, u16 dest_port) in qed_llh_remove_dst_tcp_port_filter() argument
5446 QED_LLH_DONT_CARE, dest_port); in qed_llh_remove_dst_tcp_port_filter()